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

[Feature] As a user, I want to be able to view the playoff schedule on its own page #1

Open
3 tasks
jeremiahfallin opened this issue Jun 8, 2023 · 0 comments

Comments

@jeremiahfallin
Copy link
Owner

Summary

Seasons occur in 2 different parts. Currently any scheduled matches are shown ordered by date and change color every week. Matches should be broken up into either Season or Playoff games and be shown on a respective page.

Acceptance criteria

  • The Prisma schema is modified to account for matches either being seasonal or playoff.
  • Two new pages are created. One for seasonal games and one for playoff games.
    • Matches are shown on the appropriate page.

Notes

Currently there is no indication that matches will be classified as anything other than seasonall or playoff matches. The prisma.schema file alteration can be as simple as adding an isPlayoff boolean to the Match model.

@jeremiahfallin jeremiahfallin changed the title 1. As a user, I want to be able to view the playoff schedule on its own page [Feature] As a user, I want to be able to view the playoff schedule on its own page Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant