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

Adapt metrics endpoint to accept filtering parameters #6418

Closed
3 tasks done
marcospri opened this issue Jul 3, 2024 · 0 comments
Closed
3 tasks done

Adapt metrics endpoint to accept filtering parameters #6418

marcospri opened this issue Jul 3, 2024 · 0 comments
Assignees

Comments

@marcospri
Copy link
Member

marcospri commented Jul 3, 2024

The endpoint should accept a list of student IDs, returning only those students in the list.


The endpoint should accept a list of student IDs and/or assignment IDs.

The assignment IDs will be used to return only those assignments in the list.
The student IDs will be used to only count those students annotations/replies.


The endpoint should accept a list of course IDs, student IDs and/or assignment IDs.

  • The course IDs will be used to return only those courses in the list.
  • The assignment IDs will affect the assignment counts for every course, and the last launch date.
  • The student IDs will affect the last launch date, as only these students will be taken into consideration.
@marcospri marcospri changed the title BE - Adapt students metrics endpoint to allow filtering by students Adapt metrics endpoint to accept filtering parameters Jul 3, 2024
@marcospri marcospri self-assigned this Jul 3, 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

No branches or pull requests

1 participant