-
Notifications
You must be signed in to change notification settings - Fork 2
Modules
Below an overview of the modules of this application. For each part the description document can provide further explanations. Each module has a separate folder in the src/app/ directory.
The core of the application that keeps the modules together. Contains the general files and the app.* files.
Contains general parts of the application, such as the navbar and global data.
This is the most important part of the whole judging application. Here the judging panels can fill in the rubric-forms during the judging rounds.
After the judging have seen the teams they need to rank those teams.
The rankings of the judges per rubric. Teams that could win prizes are ranked at this point.
After all the rubrics have done the nominations those can be exported to the people who make up the final ranking for a tournament. This part can do automatic suggestions based on the Judging Lite spreadsheet, however the (core) awards must be decided through a deliberative process, not only numerical.
Since judges can give feedback on the rubric-forms for the teams the teams also want to read them. Using a separate interface the teams can view their own forms and probably also pictures.
The more advanced part of the application, where the head judges can fill in the judging panels, teams and schedules and the imports and exports can be done.