Conversation
2. 특정 가게의 미션 목록 3. 내가 진행중인 미션 목록 4. 진행중인 미션 진행 완료로 바꾸기 (변경하고, 변경된 상태의 미션을 조회까지 해야 함)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝PR 제목
3개 이상 API를 구현
API 구현 조건
반드시 Paging처리를 할 것, 한 페이지에 10개씩 조회
프론트엔드는 1 이상의 page 번호를 전달합니다! (0 또는 음수 고려 X)
필요한 데이터는 데이터베이스에서 직접 삽입을 해서 진행 (미션 외 API는 구현해도 됨)
다만 미션 외 API는 작성을 해도 구현한 API 갯수로 카운트가 되지 않음
프론트엔드가 주는 page는 쿼리 스트링으로 받아오며 이에 대한 처리를 하는 커스텀 어노테이션 구현을 반드시 할 것
page의 범위가 너무 작은지 (0 이하) 판단을 하여 작은 경우 에러를 발생
에러 발생 시 반드시 RestControllerAdvice와 연계를 해야 함
반드시 모든 API에 대해 Swagger 명세를 해야 한다.
Converter에서 절대로 for문을 사용해서는 안되며, 무조건 Java의 Stream을 사용해야 한다.
무조건 빌더 패턴을 사용해야 한다.
🔗관련 이슈 번호
🚀미션 내용 설명 및 변경 사항
특정 가게의 미션 목록
내가 진행중인 미션 목록
진행중인 미션 진행 완료로 바꾸기 (변경하고, 변경된 상태의 미션을 조회까지 해야 함)
❓질문 사항(선택)