Current implementation of contest results is a complete implmenetation mess. What we want is:
- Contest results page for only teachers/admins which looks the same as current /user/contests/results page but is only accessable for contest collaborators. Endpoint should be /contests-management/contests/ one's which are only available for manager,s there is differnet ypes of aggregates returned.
- Contest results page for participants, which should only return Results for user using /contests/id/results/my endpoint results of only curreny user.
- In the future we will implement page for users but with all results available with redacted names of other participants.
For now only first and second types of pages should be implmeneted.
Current implementation of contest results is a complete implmenetation mess. What we want is:
For now only first and second types of pages should be implmeneted.