diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-22 18:03:33 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-22 18:03:33 -0600 |
commit | 671d8bee2676efe1058d082290993c4bba3c8029 (patch) | |
tree | 9442d6d95be09e9ada8d0ef184c86b1e57477737 /notes/data.md | |
parent | f5f542777febe6a2a4463bb8042e9a72e628e724 (diff) |
Implementation notes
Diffstat (limited to 'notes/data.md')
-rw-r--r-- | notes/data.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/notes/data.md b/notes/data.md new file mode 100644 index 0000000..a240bf4 --- /dev/null +++ b/notes/data.md @@ -0,0 +1,38 @@ +# Data directory +│ +├─ users/ +│ │ +│ ├─ builtins/[name] (symlink) +│ │ +│ ├─ names/[name] (symlink) +│ │ +│ └─ id/[uuid] +│ +├─ roles/ +│ │ +│ ├─ builtins/[name] (symlink) +│ │ +│ ├─ names/[name] (symlink) +│ │ +│ └─ id/[uuid] +│ +├─ namespaces/ +│ │ +│ ├─ names/[name] (symlink) +│ │ +│ └─ id/[uuid]/ +│ │ +│ └─ pages/[name] (symlink) +│ +├─ pages/[uuid]/ +│ │ +│ ├─ current (symlink) +│ │ +│ └─ [timestamp] +│ +└─ media/ + │ + ├─ slugs/[url-slug] (symlink) + │ + └─ id/[uuid] + |