Very cool! What would it take to host this with multiple user accounts on a remote server? I'd love to have a read/write interface for a team of people to use as individual/project documentation. (Ideally also with git functionality so team members could push/pull/merge changes to each other's projects)
There’sa few things that would need to be rethought for this to work. Primarily, concurrent editing would need to be enabled everywhere and permissions need to be figured out and would complicate a lot of the query stuff. Not saying it’s not possible, but challenge for sure.
Thanks for the response! Are there any parts of the codebase to pay particularly close attention to with regards to the issues with permissions and queries?
Comments
Very cool! What would it take to host this with multiple user accounts on a remote server? I'd love to have a read/write interface for a team of people to use as individual/project documentation. (Ideally also with git functionality so team members could push/pull/merge changes to each other's projects)
There’sa few things that would need to be rethought for this to work. Primarily, concurrent editing would need to be enabled everywhere and permissions need to be figured out and would complicate a lot of the query stuff. Not saying it’s not possible, but challenge for sure.
Thanks for the response! Are there any parts of the codebase to pay particularly close attention to with regards to the issues with permissions and queries?