You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ARCHITECTURE.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Depending on server and template configuration, plugin assets and store data may
54
54
55
55
The admin surface manages wikis, templates, bags, users, and roles. In this model, a wiki is the editable public resource, a template is the reusable shared definition, and a bag is the underlying storage unit.
56
56
57
-
Saving a wiki or template changes the configuration that future runtime requests use. Template changes affect every wiki that depends on that template. Bag changes affect where titles are stored and resolved.
57
+
Saving a wiki or template changes the configuration that future runtime requests use. Template changes affect every wiki that depends on that template.
58
58
59
59
Plugin entries are exposed through the admin load path so they can be selected and inspected, but this path does not treat plugins as editable database rows in the same way as wikis, templates, bags, users, and roles.
60
60
@@ -122,6 +122,5 @@ These are the hooks that run on startup. The listen command starts the server an
122
122
123
123
## Todo
124
124
125
-
- server input validation: all the pieces are there, I just need to wire it up.
126
-
- make commands easier to extend, probably just by making it easier to specify a list of commands via javascript.
127
-
- clean up my spaghetti code into nice straight rows of pasta.
125
+
- improve the small screen form factor for the admin UI
126
+
- make sure all the descriptions and labels make sense
0 commit comments