summary refs log tree commit diff
path: root/notes/data.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/data.md')
-rw-r--r--notes/data.md38
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]
+