-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Associate Events #30
Comments
This is a tricky one. Each user's data exists in the same Cloudant database (server side) but each user only has visibility of their own data. It would be very fruity indeed to do some linkage server side. |
Ultimately what we need here is the ability for each user to see and select from list of events which have been entered by their fellow group members. Does Cloudant Envoy allow for read only permissions on a document? If so, we could:
|
Envoy strictly segments the database into per-user slots, so no data sharing. Even if there was data sharing (somehow), the offline-first nature of the beast is that you'd get two folks creating the same event separately etc. |
What we'd probably need, then, is a document-per-user which lists all events that have been recorded for that user's group (along with associated |
It would be ideal if we could have a way to associate individual event entries that are actually the same event (only within a team, see #28) in a way that still respects the autonomy of individual users entering data. This design of this feature needs to be discussed.
The text was updated successfully, but these errors were encountered: