You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A similar query for "all contacts" is currently not possible as accounts are not part of the public database schema. So let's turn this issue into a task to make that data public!
dargmuesli
changed the title
feat(recommendations): create database interface for recommendations
feat(recommendations): create database interface
Jun 21, 2023
To realize user-personalized event recommendations, maevsi needs to provide a simple interface to get the relevant data for computations:
table 1:
event id, event name, event type (optional)
table 2:
user id, event id, rating
It would be desirable if i could dump all the available data simultaneously to set things up. incremental updates would also be useful for later
The text was updated successfully, but these errors were encountered: