aboutsummaryrefslogtreecommitdiffstats
path: root/notes/data_model.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-31 14:24:30 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-31 14:24:30 -0700
commitb1a01d3268a517b2df415bdcf97ebb53beef0765 (patch)
tree0924c13ab5f496e60e1985c4ab799f4de3d2cad0 /notes/data_model.md
parent57d47e17c0ae667978be38e01ddbf138e7a3a44a (diff)
downloadfatcat-b1a01d3268a517b2df415bdcf97ebb53beef0765.tar.gz
fatcat-b1a01d3268a517b2df415bdcf97ebb53beef0765.zip
corrections to notes
Diffstat (limited to 'notes/data_model.md')
-rw-r--r--notes/data_model.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/notes/data_model.md b/notes/data_model.md
index 94716b00..2d2825ae 100644
--- a/notes/data_model.md
+++ b/notes/data_model.md
@@ -1,11 +1,11 @@
Entity list:
- work
- release
- creator
container
+ creator
file
+ release
+ work
## Cookbook
@@ -94,7 +94,9 @@ Each entity type has tables:
represents change metadata for a single change to one ident
needed because an edit alwasy changes ident, but might not change rev
- _log (NOT IMPLEMENTED)
+Could someday also have:
+
+ _log
history of when edits were actually applied
allows fast lookups of history of an entity (ident)
unnecessary if we keep a log of edit group accepts?