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

프로덕션 코드 리팩토링 #206

Merged
merged 18 commits into from
Dec 19, 2023
Merged

프로덕션 코드 리팩토링 #206

merged 18 commits into from
Dec 19, 2023

Commits on Dec 18, 2023

  1. refactor: 데이터 타입 수정

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

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

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

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

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

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

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

    yumyeonghan committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e251f40 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. refactor: Faker 대신 instancio 사용

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e52869b View commit details
    Browse the repository at this point in the history
  2. refactor: 네이밍 변경

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e82e925 View commit details
    Browse the repository at this point in the history
  3. refactor: 메서드 네이밍 변경

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6485732 View commit details
    Browse the repository at this point in the history
  4. refactor: ChattingMessageHistory -> ChattingHistory

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f3d595e View commit details
    Browse the repository at this point in the history
  5. refactor: ChatRoom -> ChattingRoom

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ec6d992 View commit details
    Browse the repository at this point in the history
  6. refactor: Chat -> Chatting

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c3506b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e003ee1 View commit details
    Browse the repository at this point in the history
  8. refactor: ReportSummary 네이밍 변경

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    cd63a4e View commit details
    Browse the repository at this point in the history
  9. refactor: import Report

    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b9ea267 View commit details
    Browse the repository at this point in the history
  10. feat: ChattingDto 생성

    - VO 와 Dto 로 분리
    yumyeonghan committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    25dd8e1 View commit details
    Browse the repository at this point in the history