-
Notifications
You must be signed in to change notification settings - Fork 12
Description
As a client
I want to query an ordered, paginated list of events
So that the events can be exposed to the calendar page.
Notes:
This should be as modular as possible so that when we eventually break this into a REST API it will be easy to separate from the controller logic.
the query method should take the following parameters:
limit: how many results to return
start: which index to start with
if the above is confusing you can google search "API pagination"
For now just return the events in id order, they will be ordered later.
The first 10 events should appear on the left side of the calendar page.
There should be a "see more" button if there are more events, which will reveal the next 10.
Hovering on an event should change the background color.
Blocked by #36
Resources
Talk to me about what the events should look like on the calendar page.