-
Notifications
You must be signed in to change notification settings - Fork 15
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
#95 | Implement the process of searching Assignment by location #159
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2bd463 - Browse repository at this point
Copy the full SHA b2bd463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a15fb - Browse repository at this point
Copy the full SHA 19a15fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd185de - Browse repository at this point
Copy the full SHA dd185deView commit details
Commits on Aug 26, 2023
-
Update search endpoint with service and update assignment response ma…
…pper I added assignmentSearchService and assignmentToAssignmentResponseMapper to AssignmentController. I updated assignment search endpoint. It does not search assignment but gets by coordinates to test for now. I added mappings for latitude and longitude fields.
Configuration menu - View commit details
-
Copy full SHA for e3188c1 - Browse repository at this point
Copy the full SHA e3188c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3380894 - Browse repository at this point
Copy the full SHA 3380894View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcafb2f - Browse repository at this point
Copy the full SHA bcafb2fView commit details
Commits on Aug 28, 2023
-
Fix coordinate parameters issue.
The longitude wil be x-axis and latitude will be y-axis.
Configuration menu - View commit details
-
Copy full SHA for 4c2d8a1 - Browse repository at this point
Copy the full SHA 4c2d8a1View commit details -
Add control that checks whether user is ready.
I added isReady method to UserEntity class. isReady checks is active and ready. I added user status control searchAssignment method of AssignmentSearchService. This control checks whether user's support status is ready and user's status is active. I added AysAssignmentUserNotReadyException exception to throw when the above control fails.
Configuration menu - View commit details
-
Copy full SHA for ae01d15 - Browse repository at this point
Copy the full SHA ae01d15View commit details
Commits on Aug 29, 2023
-
Add assignment availability control and reserve assignment feature
I added active status control to search assignment query. I added reserve method to AssignmentEntity class. I implemented findNearestAvailableAssignment and reserve method of AssigmentEntity.
Configuration menu - View commit details
-
Copy full SHA for d803fc7 - Browse repository at this point
Copy the full SHA d803fc7View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d56b56 - Browse repository at this point
Copy the full SHA 3d56b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86c632 - Browse repository at this point
Copy the full SHA e86c632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e0181 - Browse repository at this point
Copy the full SHA 17e0181View commit details
Commits on Sep 1, 2023
-
Merge branch 'main' into feature/95/user-assignment-search
# Conflicts: # src/main/java/com/ays/assignment/controller/AssignmentController.java # src/main/java/com/ays/assignment/repository/AssignmentRepository.java # src/test/java/com/ays/assignment/controller/AssignmentControllerTest.java # src/test/java/com/ays/assignment/controller/AssignmentSystemTest.java
Configuration menu - View commit details
-
Copy full SHA for bbeb172 - Browse repository at this point
Copy the full SHA bbeb172View commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f09fd1c - Browse repository at this point
Copy the full SHA f09fd1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f31cb60 - Browse repository at this point
Copy the full SHA f31cb60View commit details -
Add fourth user has
supportStatus
READY
for system testsI Added fourth user has supportStatus READY in second database changes (`2-ays-dml.xml`). Then, I added fourth user token to use assignment search system test
Configuration menu - View commit details
-
Copy full SHA for 2cd8a8c - Browse repository at this point
Copy the full SHA 2cd8a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ad047 - Browse repository at this point
Copy the full SHA f0ad047View commit details -
Configuration menu - View commit details
-
Copy full SHA for f969be3 - Browse repository at this point
Copy the full SHA f969be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f068a - Browse repository at this point
Copy the full SHA 48f068aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc00bd2 - Browse repository at this point
Copy the full SHA cc00bd2View commit details