doridori / Lore

Graph Database knowledge-base with front-end display
0 stars 0 forks source link

RFC: Private or public graphs #4

Open doridori opened 6 years ago

doridori commented 6 years ago

It may make sense to support both, private graphs for individuals and public graphs for sharing knowledge, with optional collaboration.

Would be interesting if the user auth and the data submission and acceptance modules were pluggable.

I guess it would be simpler for user auth to always support multiple accounts, and a graph would either have a flag saying private only, admin can invite, or world open.

For data submission and acceptance, it would be only admins submit, anyone can submit without validation, or anyone can submit with validation from a) 1 admin or b) x public users. Guess that stuff can all be pluggable, and toggleable by the user.