-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
#265 Implementierung des Garage Endpoints mit CRUD-Funktionalität #287
The head ref may contain hidden characters: "#265-Implementierung-des-Garage-Endpoints-mit-CRUD-Funktionalit\u00E4t"
#265 Implementierung des Garage Endpoints mit CRUD-Funktionalität #287
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, this is a great job!
The code is well-organized, and the functionality is clear. There are only a few minor issues to tidy up (or check) before merging—for example, some duplicated code and slight naming inconsistencies. With a quick cleanup, the code will be easier to maintain in the future. Then you should be good to go to merge!
remsfal-service/src/main/java/de/remsfal/service/boundary/project/GarageResource.java
Show resolved
Hide resolved
remsfal-service/src/main/java/de/remsfal/service/control/GarageController.java
Show resolved
Hide resolved
remsfal-service/src/test/java/de/remsfal/service/boundary/project/GarageResourceTest.java
Outdated
Show resolved
Hide resolved
remsfal-service/src/test/java/de/remsfal/service/control/GarageControllerTest.java
Outdated
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, and thanks for addressing all the points.
Pull Request Description
This PR implements the
Garage
endpoint, providing full CRUD functionality as defined in Issue #265Key Changes
GarageEndpoint
,GarageJson
, andGarageModel
with specified attributesGarageResource
,GarageController
,GarageRepository
, andGarageEntity
for managing Garage dataThis ensures full CRUD operations for the Garage Entity with proper definitions and database integration