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

#99 | Save Latest Location of User Flow #151

Merged
merged 22 commits into from
Aug 23, 2023

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    544a6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd4d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cc0d41 View commit details
    Browse the repository at this point in the history
  4. Mapper Class Has Been Created for Converting `UserLocationSaveRequest…

    …` to `UserLocationEntity`
    agitrubard committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    1bba732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccf82ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    608a85c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91a49cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea23fda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2db3d81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fd843a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67a22a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. point() Method Has Been Override on Default Lombok Builder Pattern …

    …& Method Has Been Used
    agitrubard committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3a56159 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    b71ff17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8236cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975e742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    404e922 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30ebf75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f129b8d View commit details
    Browse the repository at this point in the history
  7. `givenValidUserLocationSaveRequest_whenSavedOrUpdatedLocation_thenRet…

    …urnSuccess()` Test Has Been Fixed in `UserLocationSystemTest` Class
    agitrubard committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bb76d1b View commit details
    Browse the repository at this point in the history
  8. isAssignmentInProgress Check Has Been Added to `givenValidUserLocat…

    …ionSaveRequest_whenUserLocationNotFound_thenSaveUserLastLocation` Test in `UserLocationServiceImplTest` Class
    agitrubard committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e62370 View commit details
    Browse the repository at this point in the history
  9. isAssignmentInProgress Check Has Been Added to `givenValidUserLocat…

    …ionSaveRequest_whenUserLocationNotFound_thenUpdateUserLastLocation` Test in `UserLocationServiceImplTest` Class
    agitrubard committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e269e9 View commit details
    Browse the repository at this point in the history
  10. `givenValidUserLocationSaveRequest_whenAssignmentNotFoundOrNotInProgr…

    …ess_thenThrowAysUserLocationCannotBeUpdatedException` Test Has Been Created in `UserLocationServiceImplTest` Class
    agitrubard committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    74d1fff View commit details
    Browse the repository at this point in the history