hamedpro / freeflow-core

🩵⚡️next generation of decentralised collaboration
3 stars 1 forks source link

data hierarchy #213

Open hamedpro opened 1 year ago

hamedpro commented 1 year ago

think well about a tool or something making it easier to make sure everywhere that its required to consider parents or children of something they are considered. for example we want to show time line of a pack. do we need to show timelines of its children recursively ? even if we put an option to handle this particular situation there will also other places we face this decision.

hamedpro commented 1 year ago

add a new getter to cache_item s : children (number[]). in these situations we say something is a child of another thing :

hamedpro commented 1 year ago

parts we need to make sure about them :