-
Notifications
You must be signed in to change notification settings - Fork 10
Refactor controllers #411
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
Comments
I spoke about this with Niray last Friday and will research a solution in the coming time. One thing that already definitely could help is a central exception/error class, which would move all the exceptions to their own respective place instead of in the controllers. |
The research document can be found at |
@Arilith Hey, Are you still working on DeX this semester? and maybe even on this issue? Thanks! |
Hi Mees, No, sadly I won't be joining Dex this semester as I've moved to the TU/e and probably won't have time to work on this. I wish you all the best of luck this semester! |
Is your feature request related to a problem? Please describe.
In the retrospective one of the points of attention was that there is too much logic / code in the endpoints in the API.
An example is in the link below.
Describe the solution you'd like
Research and refactor a way to make endpoints shorter.
Production URL
https://github.com/DigitalExcellence/dex-backend/blob/develop/API/Controllers/ProjectController.cs#L384
The text was updated successfully, but these errors were encountered: