Skip to content

show events on the calendar page #37

@seport

Description

@seport

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions