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

feat: refactoring of BE #134

Merged
merged 2 commits into from
Dec 13, 2022
Merged

feat: refactoring of BE #134

merged 2 commits into from
Dec 13, 2022

Conversation

woerndle
Copy link
Collaborator

  • introduce custom exceptions [ArgumentInvalidException, EntityNotFoundException, InsufficientPermissionException]
  • controller using automapper abd RequestInteractions-class
  • refactor LINQ .Single access to .SingleOrDefault to get rid of try catch
  • adjust testcase naming and test README

woerndle and others added 2 commits December 13, 2022 12:55
    - introduce custom exceptions [ArgumentInvalidException, EntityNotFoundException, InsufficientPermissionException]
    - controller using automapper abd RequestInteractions-class
    - refactor LINQ .Single access to .SingleOrDefault to get rid of try catch
    - adjust testcase naming and test README

Co-authored-by: Stefan Pfahler <[email protected]>
Signed-off-by: Philipp Wörndle <[email protected]>
Co-authored-by: Stefan Pfahler <[email protected]>
Signed-off-by: Philipp Wörndle <[email protected]>
@stefanpfahler stefanpfahler merged commit 82cf854 into develop Dec 13, 2022
@stefanpfahler stefanpfahler deleted the 123-BE-refactoring branch December 13, 2022 13:03
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 this pull request may close these issues.

2 participants