Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show events on the calendar page #37

Open
seport opened this issue Mar 22, 2018 · 0 comments
Open

show events on the calendar page #37

seport opened this issue Mar 22, 2018 · 0 comments

Comments

@seport
Copy link
Owner

seport commented Mar 22, 2018

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.

@seport seport changed the title expose events in the calendar controller show events on the calendar page Mar 22, 2018
@seport seport added this to the v1.0.0 milestone Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant