Feat/#383 공통퀘스트 작성 API 연결#388
Open
Conversation
1 task
dev-domo
approved these changes
Mar 3, 2026
| ) | ||
| modal.present() | ||
| switch questScope { | ||
| case .personal: |
Collaborator
There was a problem hiding this comment.
.personal일 때 이루어지는 동작과 .common일 때 이루어지는 동작을 각각 메서드로 분리할 수 있을까요? 구독하는 코드가 길어보여서요!
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.
🔗 연결된 이슈
📄 작업 내용
💻 주요 코드 설명
공통퀘스트 관련 API가 모여져 있는 CommonQuestAPI, CommonQuestRepository를 만들었습니당.
현재 전체 조회가 연결이 되어있지 않아서 questID는 직접 바인딩해야 확인가능합니다! (3월3일 기준 questID 69)
공통퀘스트 완료 후 퀘스트 공통여정 탭으로 이동
승준오빠 코드좀 건드렷어요 ..
ParentQuest~VC외부에서는 이것만 사용합니다!
TopTabBar~