data-umbrella / event-board-web

Event Board: front-end code
https://events.dataumbrella.org
GNU Affero General Public License v3.0
10 stars 13 forks source link

Event time increments: do 30 minutes instead of 5 minutes #334

Closed reshamas closed 1 year ago

reshamas commented 1 year ago

Issue: The event time increments are every 5 minutes, which is too many, from a user perspective.

Page:
https://events.dataumbrella.org/events/new

Suggestion:
Make increments of 30 minutes.

Example:

Screen Shot 2022-12-20 at 12 43 32 PM
reshamas commented 1 year ago

@jtorreggiani @dashcraft Any hints on how to approach this ticket? I looked into some files and wasn't sure how to begin.

reshamas commented 1 year ago

Found it. This file has the time points in it: https://github.com/data-umbrella/event-board-web/blob/main/src/constants/time-slots.js