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

v 1.3.0 #334

Merged
merged 126 commits into from
Sep 6, 2024
Merged

v 1.3.0 #334

merged 126 commits into from
Sep 6, 2024

Commits on Aug 7, 2024

  1. #305 [chore] 회의 컨트롤러 내 presentation 로직과 스웨거 로직 분리

    가독성 향상을 위해 스웨거 로직을 분리했습니다.
    POST 관련 API는 Register, GET 관련 API는 Retrieve로 구분했습니다.
    KWY0218 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1dec66c View commit details
    Browse the repository at this point in the history
  2. #305 [chore] user presentation 로직 스웨거 로직과 분리

    user controller 내에는 로그인 post와 방장, 참여자 회의 시간 입력 post
    총 3개로 구성되고 있습니다.
    
    로그인과 회의 시간 입력 api는 다른 관심사라고 생각하여
    controller를 분리했습니다.
    KWY0218 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    215a0c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d960f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd2565e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d076005 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #306 from ASAP-as-soon-as-possible/feat/#305

    #305 [docs] presentation 로직과 스웨거 로직 분리
    KWY0218 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    17995c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. #307 [chore] 로그인 서비스 로직 별도 파일로 이동

    모든 기능을 user service에 넣는 것이 아닌
    하나의 서비스가 하나의 역할을 할 수 있도록 만들기 위해
    별도의 로그인 서비스를 추가로 생성했습니다
    KWY0218 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b53fb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d4aa04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0317242 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a332af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a14766 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    05638bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5aaa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c561e7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed1a587 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #308 from ASAP-as-soon-as-possible/feat/#307

    #307 [refactor] 로그인 기능 로그인 서비스로 분리
    KWY0218 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    aaa2f90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86fb58d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94861fb View commit details
    Browse the repository at this point in the history
  8. #309 [fix] record에서 class로 수정

    querydsl에서 record를 인식하지 못함 이슈로 class로 수정
    KWY0218 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    680a957 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10e8061 View commit details
    Browse the repository at this point in the history
  10. #309 [chore] 매개변수 명 수정

    방장과 유저를 만들 때 모두 사용하기 때문에
    host name이 아닌 user name으로 수정했습니다.
    KWY0218 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9119cda View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a81283 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    12d6255 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b69be9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9da5cf9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8b4c0e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    293cb96 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #312 from ASAP-as-soon-as-possible/feat/#311

    #311 [feat] 개발 서버 cd 갱신
    KWY0218 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ead92ac View commit details
    Browse the repository at this point in the history
  18. #309 [test] displayname 수정

    KWY0218 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    004aa77 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    11d077e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request #310 from ASAP-as-soon-as-possible/feat/#309

    #309 [feat] Name 값 객체 적용
    KWY0218 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fdff40c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    ce3a6e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #313 from ASAP-as-soon-as-possible/feat/#265

    #265 [feat] IllegalArgumentException 에러 수집
    KWY0218 authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6d4f340 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    9240456 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #315 from ASAP-as-soon-as-possible/feat/#314

    #314 [fix] 알럿을 위한 에러 메시지 수정
    KWY0218 authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d134cf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    12acc75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e3b0fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9efb61a View commit details
    Browse the repository at this point in the history
  4. #316 [feat] @transactional 추가

    sohyundoh committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1703329 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ce2f3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2760fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af551c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ce9758 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45bc615 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9119249 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #320 from ASAP-as-soon-as-possible/feat/#316

    #316 [feat] UserMeetingSchedule 엔티티 작성 및 저장 로직 작성
    sohyundoh authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8ef5fc1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2ac703 View commit details
    Browse the repository at this point in the history
  13. #318 [feat] vo 정의

    group by에 사용하는 복합키를 내부 클래스에 정의했습니다.
    
    이후 time block entity를 제거할 것이기 때문에
    클래스 명으로 timeblock을 사용했습니다.
    KWY0218 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8b70387 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e876e1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    67d8678 View commit details
    Browse the repository at this point in the history
  16. #318 [feat] 빌더 패턴 내 weight 추가

    test 코드를 작성하기 위해 추가했습니다.
    save 로직에서 디폴트 값에 영향이 없는 것 확인했습니다
    KWY0218 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e169e73 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9515eb7 View commit details
    Browse the repository at this point in the history
  18. #318 [refactor] generator 사용 안하도록 리팩토링

    expected 값을 알기 위해 generator도 알아야 하는 번거로움이 생겼습니다.
    반복적이라도 확실히 명세하기 위해 데이터를 하나씩 정의했습니다
    KWY0218 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bc79389 View commit details
    Browse the repository at this point in the history
  19. #318 [fix] 객체 타입에서 원시 타입으로 변경 테스트

    변경 결과 테스트 코드 잘 동작하는 것을 확인했습니다
    KWY0218 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9f41589 View commit details
    Browse the repository at this point in the history
  20. #318 [fix] vo로 이름 수정

    KWY0218 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    dbf0d63 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    84d024b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b391e6a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fe9b35d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    59fad32 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #321 from ASAP-as-soon-as-possible/feat/#318

    #318 [feat] 시간대 별 사용자를 가져오는 비즈니스 로직 구현
    KWY0218 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9e7fe30 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    3feb54d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302572c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6569943 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. #322 [fix] vo 내부에 userIds 추가

    기존에는 쿼리를 통해 user 정보를 불러왔지만,
    변경되는 테이블에 해당 쿼리를 적용할 수 없게 되었습니다.
    
    테이블에 변경됨에 따라 비즈니스 로직을 수정했습니다.
    KWY0218 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2fae46c View commit details
    Browse the repository at this point in the history
  2. #322 [feat] 키가 유저 id이고, value는 유저인 map을 반환하는 함수 구현

    UserService 내에 너무 많은 관심사가 있기 때문에 조회용 서비스를 만들었습니다.
    테스트 코드 작성을 위해 User 내부에 equals를 재정의 했습니다.
    userid를 키로 갖고, user를 value로 갖는 map을 반환하는 함수를 구현했습니다.
    위 함수를 테스트하는 테스트 코드를 만들었습니다.
    KWY0218 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d383cc1 View commit details
    Browse the repository at this point in the history
  3. #322 [fix] 검색 전용 meeting 서비스 생성 및 회의 시간 함수 로직 이동

    meeting service 내에 많은 관심사가 있어서
    조회용 서비스 파일을 만들어서 최적의 회의 시간을 추천하는 함수를 옮겼습니다
    KWY0218 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d38c95f View commit details
    Browse the repository at this point in the history
  4. #322 [fix] 총 유저 수를 구하는 함수, 유저 조회 전용 클래스로 이동

    최적의 회의 시간에서 사용하는 총 유저 수를 구하는 함수를
    유저 조회 전용 클래스를 만든 김에 옮겼습니다.
    KWY0218 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3ce7631 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    87a6eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e430f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b80223 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adb83d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3d9ae3 View commit details
    Browse the repository at this point in the history
  6. #322 [chore] 회의 시간 추천 서비스 패키지 경로 전환

    meeting 패키지에 있는 최적의 회의 시간 추천 service 는
    회의 시간 추천이 주요 관심사이기 때문에 meeting 보다 time 패키지가 더
    적합하다고 판단했습니다.
    KWY0218 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c2a181b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5673bd3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #323 from ASAP-as-soon-as-possible/feat/#322

    #322 [feat] 테이블 변경에 따른 최적의 회의 시간 로직 리팩토링
    KWY0218 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7ceb146 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    748f8c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ccc4e7c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    e394dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6d9ef View commit details
    Browse the repository at this point in the history
  3. #317 [feat] Response Dto Class -> record

    기존 코드 때문에 Builder를 없애지 못했습니다. 전체 삭제 할 때 삭제하면 좋을 것 같습니다
    sohyundoh committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    cf40a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35c0204 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fce20b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e40ecf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d6a61b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e051ed4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf752a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1773755 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5824c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45813c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8b661e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2402bcb View commit details
    Browse the repository at this point in the history
  15. Merge pull request #324 from ASAP-as-soon-as-possible/feat/#317

    #317 [feat] 엔티티 변경으로 인한 종합 일정 시간표 로직 리팩토링
    sohyundoh authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5e5f6c7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c68163c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c46cff8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    85e5998 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ab33394 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    76cc7d9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b838834 View commit details
    Browse the repository at this point in the history
  22. #319 [refactor] 중복된 시간 유효성 검사 로직 이동

    입력된 값 중 중복된 시간이 있는지 확인하는 로직은 userMeetingSchedule과
    연관되어 있다고 판단하여 함수를 이동했습니다.
    KWY0218 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0896e9c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    7b1f56a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7f2f4b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #325 from ASAP-as-soon-as-possible/feat/#319

    #319 [feat] 기존 시간 입력 로직 제거
    KWY0218 authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5189eaa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    2d96ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de08161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d8dfd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #327 from ASAP-as-soon-as-possible/feat/#326

    #326 [fix] 시간 별 유저 조회 로직 수정
    KWY0218 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0987cba View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    58b172c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59cb642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1556478 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e074ae8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. #330 [feat] 메트릭 조회 쿼리 구현

    개설된 총 회의 수, 확정된 총 회의 수, 사용한 총 사용자 수를 반환하는 쿼리
    KWY0218 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4d50834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23bcaa7 View commit details
    Browse the repository at this point in the history
  3. #330 [feat] 이벤트 및 이벤트 리스너 등록

    slack 알림을 전송하는 기능을 아래 장점 때문에 이벤트로 등록
    1. 서비스와 인프라 간 의존성 제거
    2. api 응답 속도 향상
    
    스프링 이벤트는 동기 방식으로 진행하기 때문에 비동기 처리를 위해
    @async 및 async config 등록
    KWY0218 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e3a0529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22a34f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8acc974 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Merge pull request #331 from ASAP-as-soon-as-possible/feat/#330

    #330 [feat] 메트릭 api 구현
    KWY0218 authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8bcbff8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. #332 [feat] 요구사항 변경에 의한 조건 분기 처리 구현

    각 쿼리마다 조건문을 분기처리 하는 것은 비효율적이라고 생각했습니다.
    그래서 querydsl의 BooleanExpression을 활용하는 방식으로 구현했습니다.
    
    Querydsl의 DateTimePath을 아규먼트로 받아서
    분기 처리 로직을 구현했습니다.
    
    만약 null이 들어오면 조건식이 저절로 추가되지 않습니다.
    KWY0218 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6981d5c View commit details
    Browse the repository at this point in the history
  2. #322 [test] generate filter 분기 처리 테스트 코드 작성

    created at이 들어있는 AuditingTimeEntity 가 abstract 클래스이기 때문에
    entity manager를 사용하여 save 할 수 없었습니다.
    
    그래서 sql을 이용해서 더미 값을 넣어줬습니다.
    
    테스트 주요 대상은 createdAt 칼럼이기 때문에 나머지 값은 템플릿 화하고,
    createdAt 만 beforeEach에서 별도로 넣어줬습니다.
    KWY0218 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    efe88bd View commit details
    Browse the repository at this point in the history
  3. #332 [feat] 요구사항 변경에 따른 service 로직 수정

    from과 to로 null 값이 들어올 수 있기 때문에 서비스 로직을 일부 수정했습니다.
    KWY0218 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d912254 View commit details
    Browse the repository at this point in the history
  4. #332 [test] 메트릭 서비스 테스트 코드 수정 및 서비스 로직 검증

    비즈니스 로직 변경에 따라서 테스트 코드도 수정하여 로직을 검증했습니다.
    KWY0218 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ef6f385 View commit details
    Browse the repository at this point in the history
  5. #332 [feat] 쿼리 파라미터로 null 값이 들어올 수 있도록 기능 수정

    from과 to에 null이 들어올 수 있기 때문에 이를 반영했습니다.
    KWY0218 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    0550131 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bc11d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3228a86 View commit details
    Browse the repository at this point in the history
  8. #332 [test] 인수 테스트에 transactional 추가

    테스트 이후 값이 초기화가 되지 않아서 다른 테스트가 실패했습니다.
    따라서 테스트 이후 값을 초기화하기 위해서
    인수 테스트에 transactional을 추가했습니다.
    KWY0218 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7e2bc46 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #333 from ASAP-as-soon-as-possible/feat/#332

    #332 [feat] 메트릭 API 기간 입력 요구사항 반영
    KWY0218 authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c972382 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. [feat] 1.3.0 버전 업

    KWY0218 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3aacc06 View commit details
    Browse the repository at this point in the history