Skip to content

5주차 미션 [워니]#8

Open
ywkim1m wants to merge 2 commits into
mainfrom
wony/week5
Open

5주차 미션 [워니]#8
ywkim1m wants to merge 2 commits into
mainfrom
wony/week5

Conversation

@ywkim1m
Copy link
Copy Markdown
Collaborator

@ywkim1m ywkim1m commented May 2, 2026

📌 구현 결과

  • 공통 ApiResponse 및 Exception 구조 정리
  • Member/Mission Controller 및 DTO 구성 완료

💬 기타 공유 사항

  • 현재 Service 로직은 미구현 상태

Copy link
Copy Markdown
Member

@yangjiae12 yangjiae12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다! 지난 4주차 미션 때 말씀 드린 것만 반영해주시면 좋겠습니다!

@RestController
@RequiredArgsConstructor
@RequestMapping("/api")
public class MissionController {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

도메인별로 Base Path를 /api/도메인명으로 통일하면 더 직관적일 것 같습니다

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 member 패키지와 mission 패키지에 MissionController가 분산되어 있는데, 이를 domain.mission 패키지의 컨트롤러 하나로 통합하면 좋을 것 같습니다

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DTO 선언 방식의 통일성이 부족합니다! 통합 클래스를 활용하실 거라면 현재 작성된 DTO를 내부 클래스로 옮겨주시고, 아니라면 빈 클래스들을 정리해주세요~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants