Skip to content
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

Inviting to quizzes - Backend #80

Open
5 tasks done
AmonDeShir opened this issue Sep 5, 2024 · 0 comments · May be fixed by #95
Open
5 tasks done

Inviting to quizzes - Backend #80

AmonDeShir opened this issue Sep 5, 2024 · 0 comments · May be fixed by #95
Assignees
Milestone

Comments

@AmonDeShir
Copy link
Collaborator

AmonDeShir commented Sep 5, 2024

Implement the backend for the inviting page.

  • Option to invite group of user to test
  • Sorting records by school, score, or username
  • Option to group records by school, quiz
  • Option to limit the displayed records per group to a configurable number
  • Pagination

Example search query
Here are some examples of the expected search queries that the backend should support:
?groupBy=[school,quiz]&limitBy=username&limit=4&desc: Group the results by quiz and then by school, limit by username, show 4 records per group, and sort in descending order.
?groupBy=[school]&limitBy=score&limit=4&desc&quiz=5: Group by school, limit by score, show 4 records per group, sort in descending order, and filter by quiz with the ID 5.

@PrabuckiDominik PrabuckiDominik linked a pull request Sep 11, 2024 that will close this issue
@PrabuckiDominik PrabuckiDominik linked a pull request Sep 11, 2024 that will close this issue
@AmonDeShir AmonDeShir added this to the Demo v2 milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants