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

implement apartment endpoint functionaltiy #274

Merged
merged 22 commits into from
Jan 2, 2025

Conversation

F4c3hugg3r
Copy link
Contributor

@F4c3hugg3r F4c3hugg3r commented Dec 9, 2024

Referring to this issue

F4c3hugg3r and others added 8 commits December 2, 2024 15:14
… ApartmentController two methods from BuildingController as well as the method from BuildingControllerTest to ApartmentControllerTest
…d ApartmentResource with methods (get & create). Corrected and complemented ApartmentEndpoint methods/annotations (create & get) & implemented valueOf method in ApartmentJson
…ed ApartmentEndpoint methods/annotations (update & delete)
…ence to ApartmentJson & changed legacy attribute rent to tenancy in TestData
@astanik astanik added the enhancement New feature or request label Dec 11, 2024
@astanik astanik linked an issue Dec 11, 2024 that may be closed by this pull request
@F4c3hugg3r F4c3hugg3r marked this pull request as ready for review December 14, 2024 22:23
@F4c3hugg3r
Copy link
Contributor Author

unfortunately i cannot assign a reviewer. @XxILUSHAxX wants to review this pull request.

@XxILUSHAxX
Copy link
Contributor

Hello @F4c3hugg3r,
as we have already discussed, i would like to review your implementation of issue https://github.com/remsfal/remsfal-backend/issues/255.
Is there a way to officially add me as a reviewer? Momentarily im not tagged as the assigned reviewer.

@astanik
Copy link
Contributor

astanik commented Dec 18, 2024

@XxILUSHAxX I cannot add you as reviewer, because you are not part of the organization! Please accept my invitation!

@XxILUSHAxX
Copy link
Contributor

Hello @F4c3hugg3r

as you might have noticed, our issues are very similiar in their structure and requirements. For my Issue, there is also a need for Tenancy Test-Data, which you already have implemented (see here). Because i want to avoid any merge conflicts or cause any test-errors for both of us, i would like to take the same Test-Data for Tenancy you used. Is that okay with you?

@F4c3hugg3r
Copy link
Contributor Author

That's completely fine with me @XxILUSHAxX

Copy link
Contributor

@XxILUSHAxX XxILUSHAxX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The implementation is well done. All the requirements of the issue have been solved. Your implementation is really well done and the project runs with no issues. There is one small things which needs correction (see the comment) but other than that your solution for this issue is fullfilled.

@astanik astanik merged commit 4a4d95a into remsfal:main Jan 2, 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.

Complete apartment endpoint functionality
3 participants