diff options
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -0,0 +1,50 @@ | |||
1 | Try out - | ||
2 | |||
3 | htmx | ||
4 | |||
5 | pandoc replacements | ||
6 | cmark-gfm | ||
7 | |||
8 | cgit has Lua | ||
9 | |||
10 | |||
11 | User system - | ||
12 | levels - | ||
13 | banned | ||
14 | reader | ||
15 | member | ||
16 | moderator | ||
17 | editor | ||
18 | admin | ||
19 | shell | ||
20 | root | ||
21 | |||
22 | Banned people can't do squat, except maybe pester an admin once to start the unbanning process. | ||
23 | |||
24 | When first registered, accounts are set to reader level. | ||
25 | Initial verification by email. | ||
26 | Readers can only edit their own profile. | ||
27 | |||
28 | If an existing member vouches for a reader, they get promoted to member. | ||
29 | Some invite system would count is vouching, but need to get secure invite credentials to someone outside the system. | ||
30 | |||
31 | Members can chat, and create their own sandboxes that might get promoted by editors / moderators to proper content. | ||
32 | |||
33 | Moderators can move things around, including to a spam/trash place. They can ban readers and members. | ||
34 | |||
35 | Editors can edit any content, and move things around. They can't edit the site elements itself. | ||
36 | So they can edit the site menu and structure of the content, but not the footer? | ||
37 | Certainly can't edit any admin stuff. | ||
38 | |||
39 | Admins are set by other admins. | ||
40 | Admins can promote / demote people and content at any time. | ||
41 | Admins can edit anything, including web editing of config files, and managing of modules. | ||
42 | |||
43 | shell level means you have direct access to the files that are the web | ||
44 | site, including configuration and modules. Likely this is the person | ||
45 | that set the system up in the first place. | ||
46 | |||
47 | Admin should have access to everything that shell level has, but there's always things need tweaking at some lower level. | ||
48 | Built in file browser might do the trick. Would be useful for content creators to to organise the content. Naturally should obey the permisisons. | ||
49 | |||
50 | root level is whoever controls the server things are running on. They can do anything at all. | ||