JoshuaStorm / meetable

A free web application for simplifying the process of scheduling individual and group meetings.
https://meetable-us.herokuapp.com/
4 stars 3 forks source link

Showing more suggested times #260

Closed JoshuaStorm closed 7 years ago

JoshuaStorm commented 7 years ago

NOT DONE

@davidmelvin or @cli1209 could you commit onto this branch some left/right arrow buttons to allow a user to navigate between the duration block available times?

Will close #233 when complete

davidmelvin commented 7 years ago

I added buttons with #prevSuggestedTimes and one for next. I also added the events in the dashboard-page.js file, but I didn't know what they should do so i left them blank.

Let me know if there are any problems with this! I think it should work without breaking anything.

We need a way to know that if you are on the left or rightmost bounds of the suggested time, we can disable the button in the html. I assume that should be exposed as a function from the backend because the frontend shouldn't know how many suggested times there are total? For now, I made the left button disabled from the start.

JoshuaStorm commented 7 years ago

This is good for testing 👍