ls1intum / Artemis

Artemis - Interactive Learning with Automated Feedback
https://docs.artemis.cit.tum.de
MIT License
511 stars 294 forks source link

Refactor Participation endpoints #9757

Open janthoXO opened 1 week ago

janthoXO commented 1 week ago

Is your feature request related to a problem?

Currently we have endpoints for GET /api/exercises/${exerciseId}/participation GET /api/exercises/${exerciseId}/participations

This is not a good practice and can lead to confusion

Describe the solution you'd like

The singular endpoint /api/exercises/${exerciseId}/participation should be refactored and served on a different url

otutukingsley commented 1 week ago

@janthoXO I would like to work on this. can you assign this to me? Thank you!