threefoldfoundation / tf_app

Threefold mobile application backend
Apache License 2.0
0 stars 3 forks source link

Aggregate all agenda’s of all merchants which user is subscribed to [3d] #349

Closed lucasvanhalst closed 5 years ago

lucasvanhalst commented 6 years ago

Configure that events of all other connected service are included in the agenda of the new ThreeFold Token (CityAppProfile.gather_events)

Limiting events to only connected services needs to be implemented on oca, add it to 'cityappprofile' model

lucasvanhalst commented 6 years ago

Not sure how to implement this since it's not possible to query on the events while also filtering on only connected services. It could be possible when we put the events in the search index and filter on events by service emails from all connected services (this is a limitation, max query string is 2000 characters)

Another implementation would be creating 1 datastore model for every event for every connected service for every user, this has no limitation but that is a hassle when connecting, we need to create 1000's of models

RubenMattan commented 5 years ago

wont fix