This commit is contained in:
2025-04-04 11:11:35 +02:00
parent 32f6d87454
commit 8a5e41a265
7 changed files with 751 additions and 57 deletions

View File

@@ -0,0 +1,9 @@
make a readme for the chosen folder (module)
make a dense representation of the objects and how to use them
explain what the rootobjects are
we always start from root object, each file e.g. product.rs corresponds to a root object, the rootobject is what is stored in the DB, the rest are sub objects which are children of the root object
don't explain the low level implementation details like sled, ...