Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Customizable tournament schedule #2

Open
2 of 5 tasks
SheaBelsky opened this issue Mar 7, 2019 · 0 comments
Open
2 of 5 tasks

Customizable tournament schedule #2

SheaBelsky opened this issue Mar 7, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SheaBelsky
Copy link
Owner

SheaBelsky commented Mar 7, 2019

  • Prompt the team for their team number, store this within the tournament's state, then send a request to Ezra to get all events and times, from event signups and specified on events themselves
  • Write an API on Ezra that lists all events (times and locations) that a team is in based on their team number
  • The user selects which events they want to receive notifications for, and Firebase subscribes them to topics based on the tournament and event (create some unique key to identified a tournament and event, ${tournamentKey}_${eventKey}?
  • On Ezra itself, push notifications should be sent prior to these events beginning. These push notifications should be scheduled on the day before the tournament, and sent 15 minutes prior to the event occurring. The notification should include the event time, and location if specified.
  • When returning to the Schedule page, it should show a list of events that the team is attending. This list should be stored locally in the tournament state.
@SheaBelsky SheaBelsky added the enhancement New feature or request label Mar 7, 2019
@SheaBelsky SheaBelsky self-assigned this Mar 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant