From 671d8bee2676efe1058d082290993c4bba3c8029 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 22 Mar 2025 18:03:33 -0600 Subject: Implementation notes --- notes/data.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 notes/data.md (limited to 'notes/data.md') 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] + -- cgit 1.4.1