Subterfuge-Revived / Remake-Backend

Server side validation and API
Creative Commons Zero v1.0 Universal
10 stars 1 forks source link

Filter on get_game_events #6

Closed QuinnBast closed 4 years ago

QuinnBast commented 4 years ago

When a user is in a game, if another person schedules an event, I currently have to query every event from the table again. Should make a filter that can either user since_date or since_event or something like that. This parameter would pulls dates or event_ids after the requested id or date (which represents the last date or event the user has pulled).

QuinnBast commented 4 years ago

Resolved in #10