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

✨ 낭만우편함 편지 작성 API 수정 #23

Merged
merged 5 commits into from
Jan 21, 2024
Merged

✨ 낭만우편함 편지 작성 API 수정 #23

merged 5 commits into from
Jan 21, 2024

Conversation

u-genuine
Copy link
Contributor

@u-genuine u-genuine commented Jan 21, 2024

✅ PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

👀 반영 브랜치

feat/21 -> dev

💻 변경 사항

  • ModelMapper 삭제 -> NangmanPostBoxConverter 생성
  • NangmanLetterDTO 삭제 -> NangmanPostBoxRequestDTO, NangmanPostBoxResponseDTO 생성
  • 편지 작성 API(POST /namgman-post/send)와 랜덤 닉네임 생성 API(GET /namgnam-post/send/random-nickname) 분할
  • 낭만우편함 랜덤 닉네임 생성 API 구현 완료
  • 낭만우편함 편지 작성 API 구현 완료

🙏 테스트 결과

성공

@u-genuine u-genuine linked an issue Jan 21, 2024 that may be closed by this pull request
5 tasks
@u-genuine u-genuine merged commit 791cb0a into dev Jan 21, 2024
@u-genuine u-genuine deleted the feat/21 branch January 21, 2024 06:45
euunrud added a commit that referenced this pull request Jan 21, 2024
commit 8a8e66f
Merge: eb4cdfe e0ebd5b
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 20:54:43 2024 +0900

    Merge pull request #27 from a-romantic-cat/feat/26

    ✨ 낭만우편함 답장할 편지 조회 API 구현 완료 #26

commit e0ebd5b
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 20:51:38 2024 +0900

     :sparkles: 낭만우편함 답장할 편지 조회 API 구현

commit ec05761
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 20:51:16 2024 +0900

    :art: 필드명 Camel case로 수정

commit 75682a5
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 20:50:58 2024 +0900

    :fire: 테스트 코드 삭제

commit eb4cdfe
Merge: 791cb0a f446584
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 18:53:40 2024 +0900

    Merge pull request #25 from a-romantic-cat/feat/24

    ✨ 낭만우편함 고민 편지 목록 조회 API 구현

commit f446584
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 18:47:00 2024 +0900

    :sparkles: 낭만우편함 고민 편지 목록 조회 API 구현

commit 791cb0a
Merge: 0115c38 7d90ba3
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 15:45:07 2024 +0900

    Merge pull request #23 from a-romantic-cat/feat/21

    ✨ 낭만우편함 편지 작성 API 수정

commit 7d90ba3
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 15:31:35 2024 +0900

    :sparkles: 구현 안된 기능 주석 처리

commit 7a3ba20
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 15:23:56 2024 +0900

    :sparkles: 랜덤 닉네임 생성 API 수정 및 편지 작성+등록 API 구현

commit 10fae20
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 15:23:16 2024 +0900

    :sparkles: 낭만우편함 컨트롤러, DTO 재생성

commit fb123f2
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 15:22:40 2024 +0900

    :fire: 낭만 편지 DTO, Controller 삭제

commit 8f89fcc
Author: u-genuine <[email protected]>
Date:   Sun Jan 21 15:20:09 2024 +0900

    :sparkles: 낭만 우편함 Converter 생성, ModelMapper 삭제

commit 0115c38
Merge: 0888719 fd1b20b
Author: u-genuine <[email protected]>
Date:   Sat Jan 20 01:10:48 2024 +0900

    Merge pull request #20 from a-romantic-cat/feat/18

    ✨  낭만 우편함 편지 등록 API 구현

commit fd1b20b
Author: u-genuine <[email protected]>
Date:   Sat Jan 20 01:03:04 2024 +0900

    :sparkles: 낭만 우편함 편지 등록 API 개발 완료

commit c8a7e8d
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 21:45:11 2024 +0900

    :sparkles: modify 테스트 성공

commit a0e3aa3
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 21:41:01 2024 +0900

    :sparkles: 조회, 수정 메서드 생성

commit 34fc724
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 19:35:09 2024 +0900

    :sparkles: 낭만 우편함 랜덤 닉네임 생성 구현

commit 2648405
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 18:53:34 2024 +0900

    :sparkles: NangmanLetterServiceTests 생성

commit a232703
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 18:52:54 2024 +0900

    :sparkles: NangmanLetterService 생성

commit d90ee70
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 18:52:36 2024 +0900

    :sparkles: NangmanLetterDTO 생성

commit 32700a4
Merge: 57fdab3 0888719
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 14:04:54 2024 +0900

    Merge branch 'dev' of https://github.com/a-romantic-cat/Back-end into feat/18

commit 0888719
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 13:59:26 2024 +0900

    ✨ ModelMapper 설정 (#19)

    * ✏️ Rename NangmanLetterTests

    * ✨ NangmanLetterRepository 테스트

    * ✨ ModelMapper 설정

commit 57fdab3
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 13:31:28 2024 +0900

    :sparkles: ModelMapper 설정

commit bc068f0
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 12:46:51 2024 +0900

    :sparkles: NangmanLetterRepository 테스트

commit 35b4f77
Author: u-genuine <[email protected]>
Date:   Fri Jan 19 11:36:09 2024 +0900

    :pencil2: Rename NangmanLetterTests
@u-genuine u-genuine self-assigned this Jan 23, 2024
@u-genuine u-genuine linked an issue Jan 23, 2024 that may be closed by this pull request
@u-genuine u-genuine added the ✨feat New feature or request label Jan 23, 2024
yerimm99 pushed a commit that referenced this pull request Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [FEAT] 친한 친구 조회 API, 친구 검색 API ✨ 낭만우편함 편지 작성 API 수정
1 participant