-
-
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
Enhancement/261 complete commercial endpoint functionality #283
Enhancement/261 complete commercial endpoint functionality #283
Conversation
…al-endpoint-functionality # Conflicts: # remsfal-service/src/main/java/de/remsfal/service/entity/dao/CommercialRepository.java
I'd review this pull request in the upcoming days |
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.
Die meisten Anforderungen des dazugehörigen Issues wurden umgesetzt. Die CRUD Operationen sind vorhanden und überwiegend sehr gut implementiert, allerdings muss der Code fehlerlos kompilierbar werden und die angemerkten Änderungen der Logik bezogen auf das rent Attribut müssen geändert werden. Die im Issue genannte Testabdeckung ist auch nicht vorhanden und sollte ergänzt werden. Für genauere Infos bezüglich der zu machenden Änderungen bitte die Kommentare anschauen.
remsfal-core/src/main/java/de/remsfal/core/api/project/CommercialEndpoint.java
Outdated
Show resolved
Hide resolved
remsfal-core/src/main/java/de/remsfal/core/json/project/CommercialJson.java
Outdated
Show resolved
Hide resolved
remsfal-core/src/main/java/de/remsfal/core/json/project/CommercialJson.java
Outdated
Show resolved
Hide resolved
remsfal-core/src/main/java/de/remsfal/core/model/project/CommercialModel.java
Outdated
Show resolved
Hide resolved
remsfal-service/src/main/java/de/remsfal/service/boundary/project/CommercialResource.java
Outdated
Show resolved
Hide resolved
remsfal-service/src/main/java/de/remsfal/service/entity/dao/CommercialRepository.java
Show resolved
Hide resolved
remsfal-service/src/main/java/de/remsfal/service/entity/dto/CommercialEntity.java
Outdated
Show resolved
Hide resolved
remsfal-service/src/main/java/de/remsfal/service/entity/dto/CommercialEntity.java
Outdated
Show resolved
Hide resolved
remsfal-service/src/main/java/de/remsfal/service/entity/dto/CommercialEntity.java
Outdated
Show resolved
Hide resolved
remsfal-service/src/main/java/de/remsfal/service/entity/dto/CommercialEntity.java
Outdated
Show resolved
Hide resolved
…ity' of github.com:XxILUSHAxX/remsfal-backend into enhancement/261-complete-commercial-endpoint-functionality
…al-endpoint-functionality # Conflicts: # remsfal-service/src/main/java/de/remsfal/service/control/BuildingController.java # remsfal-service/src/test/java/de/remsfal/service/control/BuildingControllerTest.java
Hello @F4c3hugg3r, i thank you for your constructive feedback, i definetely had some issues which needed to get fixed and i learned as well new things. I took the necessary changes, completed the test classes for the classes used for the Commercial Endpoint and now everything should be perfect. Please take a look at my pull request and let me know if there are any things which i need to repolish. |
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.
Sieht jetzt alles gut aus.
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.
Removed duplicate dependencies and unused field
|
Commercial endpoint implemenation