-
Notifications
You must be signed in to change notification settings - Fork 8
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
[FEAT]: Basic actions required for admin end of application #13
Comments
For registration,what I have planned is :
That way each dev can easily cater to the registration requirements of their sport.The data will be stored in the |
I have another suggestion (inspired from CricHeroes). We can let players register themselves with their credentials (which should be independent of the sport they are playing and their roles in it). This will be stored in a general database. Later, the team captain or admin will register teams for tournament where they will select the players and assign roles and specific details (if required, usually there is no need unless stats are to be recorded). This model will prevent unwanted registrations and allow the admin to have more control. |
We will also have to make routes to register admins/referees who will score the game. Additionally, we have to store the information about who was responsible to score a particular event in the game or a game itself. |
A sytem for Player registration and Captain uploading their team roster has been made here, will be working towards improving that + making one for the admins/referees. |
eg : Captain of football - EEE comes to select players,only verified - football - eee players will be pulled from generalDB and then the process as mentioned. |
Ref : #13 (comment) PS:IMO making databases for each sport makes it difficult to manage and whatever operation we will be doing (lets say football apis,basketball apis etc) can be performed in a single database. |
@zakhaev26 Monolithic DB will be challenging in the long-term and for future developments. We can keep both imo. |
The Auth API and Mailing API have been completed. Since this issue has remained unresolved due to changes in the application's build process, a new one (#33) has been opened. We are now closing this one. |
Please list down other necessary features and suggest API endpoints to implement each feature in this thread.
The text was updated successfully, but these errors were encountered: