Welcome to Sub72! This app was created to support amatuer golf events as well as including a segment that helps tally up the different mini-games an organizer will decide on (closest to the pin, longest drive, lowest gross/net score, lowest team score). Hope you enjoy it!
- MERN Stack
- Mongo
- Express
- React
- Node
- HTML
- JS
AAO (As An Organizer):
- I want to be able to edit players, rounds, groups, courses and tournaments
AAP (As A Player):
- I want to be able to join tournaments
- I want to be able see details for the above
- Refactor MERN Starter Project
- Mock out wireframes
- Create Pages and Components for the project
- Full Crud for Models
- Organizer
- Player
- Tournament
- Course
- Full Crud for Models
- Seed with course data
- 18 holes
- 3 distances
- red
- white
- blue
- par score
- course details
- name
- slope
- handicap
- total par
- total yardages
- red
- white
- Scrape www.mscorecard.com using cheerio.js.org
- Include Directions to course
- maybe use google maps api
- Include course details with hole by hole images
- Live Leader dashboard
- Add a rules section with the ability to request amendments to the rules
- Orgainizer Functionalities:
- I want to be able to search a course db
- I want to be able to add mini games
- I want to be able to add current round games
- Add Models
- Group
- Scorecard
- MiniGames
- RoundGames
- Player Functionalities:
- I want to be able to join rounds
- I want to be able to join groups
- I want to be able to put in scores
- Add validation to all models * blue
- Beautify with CSS
- Materialize