9 lines
407 B
Markdown
9 lines
407 B
Markdown
|
|
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, ... |