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

#265 Implementierung des Garage Endpoints mit CRUD-Funktionalität #287

Conversation

Eyad-Wahdan
Copy link
Contributor

Pull Request Description

This PR implements the Garage endpoint, providing full CRUD functionality as defined in Issue #265

Key Changes

  • Core Package: Implemented GarageEndpoint, GarageJson, and GarageModel with specified attributes
  • Service Package: Implemented GarageResource, GarageController, GarageRepository, and GarageEntity for managing Garage data
  • Testing: Added tests for CRUD endpoints and validated business logic

This ensures full CRUD operations for the Garage Entity with proper definitions and database integration

@astanik astanik added the enhancement New feature or request label Dec 17, 2024
@astanik astanik linked an issue Dec 17, 2024 that may be closed by this pull request
Copy link
Contributor

@RemodifyBerlin RemodifyBerlin left a 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!

Copy link
Contributor

@RemodifyBerlin RemodifyBerlin left a 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.

@astanik astanik merged commit 478bd44 into remsfal:main Jan 6, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementierung des Garage Endpoints mit CRUD-Funktionalität
3 participants