Muslim-Athletic-Association / backend

Contains all of the back-end server code for the Muslim Athletic Association
1 stars 0 forks source link

Schedule creation before registration #45

Open osamaramihafez opened 3 years ago

osamaramihafez commented 3 years ago

Currently, schedule creation is depending on teams already existing. We would like schedule creation to be possible before teams are registered.

This may imply that the team registration process may need to be different or that we should restructure something in the db? At the end of the day, this needs a lot of thought before it can be done.

osamaramihafez commented 3 years ago

What if we just return a schedule based on the number of teams without putting into the database? We would essentially input some variables, then after teams have registered we would be using the same variables just with different names, so the schedule would be the same.