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

Refactor#209 인증 도메인 구조 변경 #212

Merged
merged 76 commits into from
Dec 21, 2023
Merged

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    6650784 View commit details
    Browse the repository at this point in the history
  2. style: 포맷팅

    smartandhandsome committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    55b9b83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4490ac3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e3631 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faed8c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8dbdad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7dd4e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c90bcfd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67aac13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22f3afa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3738ca1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4dd31dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d4c7a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b448fff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d92f492 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4570651 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ed1192 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. refactor: 데이터 타입 수정

    - 엔티티의 필드 타입에 맞게 Id 값의 타입은 Reference Type 사용
    - 시간 또는 카운트 숫자의 데이터 경우 성능을 고려해서 Primitive Type 사용
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    50800dc View commit details
    Browse the repository at this point in the history
  2. refactor: report 도메인 dto 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a74bcc4 View commit details
    Browse the repository at this point in the history
  3. refactor: certification 도메인 dto 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c57e236 View commit details
    Browse the repository at this point in the history
  4. refactor: chatting current 도메인 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ea1ad69 View commit details
    Browse the repository at this point in the history
  5. refactor: chatting history 도메인 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d82c964 View commit details
    Browse the repository at this point in the history
  6. refactor: Inquiry 도메인 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d2f3b52 View commit details
    Browse the repository at this point in the history
  7. test: Fixture 정리

    - 도메인별로 픽스처 구분
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0548e72 View commit details
    Browse the repository at this point in the history
  8. refactor: String 값 상수 처리

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0464622 View commit details
    Browse the repository at this point in the history
  9. refactor: Faker 대신 instancio 사용

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2c6a911 View commit details
    Browse the repository at this point in the history
  10. refactor: 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8e54104 View commit details
    Browse the repository at this point in the history
  11. refactor: 메서드 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fa7a643 View commit details
    Browse the repository at this point in the history
  12. refactor: ChattingMessageHistory -> ChattingHistory

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fdee847 View commit details
    Browse the repository at this point in the history
  13. refactor: ChatRoom -> ChattingRoom

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b81545c View commit details
    Browse the repository at this point in the history
  14. refactor: Chat -> Chatting

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    95c1886 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ebe545c View commit details
    Browse the repository at this point in the history
  16. refactor: ReportSummary 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    63d38d0 View commit details
    Browse the repository at this point in the history
  17. refactor: import Report

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    752c001 View commit details
    Browse the repository at this point in the history
  18. feat: ChattingDto 생성

    - VO 와 Dto 로 분리
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c2465c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d8618c2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    69e7f39 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    95547a5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    461404b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b5278c3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    120efd4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    71fa16e View commit details
    Browse the repository at this point in the history
  26. refactor: certification 도메인 dto 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ff6d24a View commit details
    Browse the repository at this point in the history
  27. refactor: 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cb1e0b4 View commit details
    Browse the repository at this point in the history
  28. feat: ChattingDto 생성

    - VO 와 Dto 로 분리
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3e0515d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4adb6cd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d2fc3e5 View commit details
    Browse the repository at this point in the history
  31. refactor: 데이터 타입 수정

    - 엔티티의 필드 타입에 맞게 Id 값의 타입은 Reference Type 사용
    - 시간 또는 카운트 숫자의 데이터 경우 성능을 고려해서 Primitive Type 사용
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    218dcf7 View commit details
    Browse the repository at this point in the history
  32. refactor: certification 도메인 dto 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    789b8f5 View commit details
    Browse the repository at this point in the history
  33. test: Fixture 정리

    - 도메인별로 픽스처 구분
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8dc4777 View commit details
    Browse the repository at this point in the history
  34. refactor: 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    941d026 View commit details
    Browse the repository at this point in the history
  35. feat: ChattingDto 생성

    - VO 와 Dto 로 분리
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fb34c6b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b250c01 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    11a6eb4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f267eab View commit details
    Browse the repository at this point in the history
  39. refactor: 데이터 타입 수정

    - 엔티티의 필드 타입에 맞게 Id 값의 타입은 Reference Type 사용
    - 시간 또는 카운트 숫자의 데이터 경우 성능을 고려해서 Primitive Type 사용
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    21e3d1f View commit details
    Browse the repository at this point in the history
  40. refactor: certification 도메인 dto 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    25ad2d4 View commit details
    Browse the repository at this point in the history
  41. test: Fixture 정리

    - 도메인별로 픽스처 구분
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    87d8082 View commit details
    Browse the repository at this point in the history
  42. refactor: 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ad129c4 View commit details
    Browse the repository at this point in the history
  43. feat: ChattingDto 생성

    - VO 와 Dto 로 분리
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ebc3aa1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a3aa965 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9188212 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    fc7a8f8 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9ab8b4c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    93c280e View commit details
    Browse the repository at this point in the history
  49. refactor: 데이터 타입 수정

    - 엔티티의 필드 타입에 맞게 Id 값의 타입은 Reference Type 사용
    - 시간 또는 카운트 숫자의 데이터 경우 성능을 고려해서 Primitive Type 사용
    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1eb6670 View commit details
    Browse the repository at this point in the history
  50. refactor: certification 도메인 dto 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f6b10a6 View commit details
    Browse the repository at this point in the history
  51. refactor: 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0d90e3e View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5b91877 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    7afe8be View commit details
    Browse the repository at this point in the history
  54. refactor: certification 도메인 dto 리팩토링

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d5e9278 View commit details
    Browse the repository at this point in the history
  55. refactor: 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    214a054 View commit details
    Browse the repository at this point in the history
  56. refactor: 네이밍 변경

    yumyeonghan authored and smartandhandsome committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2a34718 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    41a0c86 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    b9476af View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    ad483d5 View commit details
    Browse the repository at this point in the history