-
Notifications
You must be signed in to change notification settings - Fork 0
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
Community route #195
Merged
Merged
Community route #195
Conversation
This file contains 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
…nto community-route
kimyouknow
added a commit
that referenced
this pull request
Jul 3, 2023
* Feat: 에러바운더리 디자인 수정 (#183) * 마이페이지 관련 수정 (버튼 동작 및 ui 수정) (#185) * feat: 마이페이지에서 행성 만들기 버튼 동작 수정 * refactor: icon에 fill 제거 * refactor: 주민증없는 경우 ui 수정 * Fix/comment 3 (#192) * Fix: response type 수정 * Fix: comment error 수정 #159 * 404 페이지 (#194) * feat: error-ufo * feat: not-found page * Community route (#195) * feat: 행성 만들기 routing #170 * feat: #172 행성 id 기본값, communityTitle 제거 * refactor: switchCommunity 타입변경 반영 * style: cspell 추가 * feat: 마이페이지 행성 분기 로직 * feat: 행성 목록 user id * fix: coverImageUrl type null 처리 * feat: 행성 로고 기본 이미지 적용 * feat: 행성 기본 이미지 * feat: 행성 꾸미기 페이지 * feat: community -> planet 경로 수정 * feat: community -> planet 경로 수정 * feat: 행성 꾸미기 후 라우팅 * feat: 행성 꾸미기 설명 추가 * Add routing logic (#196) * Feat: Add routing logic when planet is created * Fix: Fix dev command * Feat: 행성 홈에서 주민증을 만드는 버튼 routing 로직 추가 * Feat: 주민증 생성 완료한 후 routing 로직 추가 * Feat: 행성 관리에서 수정 버튼 routing 로직 추가 --------- Co-authored-by: hyehyeon-moon <[email protected]> * Feat: 서비스 전체 에러페이지 (#197) * Feat/husky pre push (#201) * refactor: CommentInput 스토리 Props에러 * feat: pre-push build * Issue#189 (#206) * feat: gear icon * feat: 행성 관리 페이지로 이동 * refactor: AdminCommunityEditPage 서버 컴포넌트로 변경 * refactor: 행성 꾸미기 기본값 누락 * 7월 3일 flow 수정 작업 (#209) * refactor: getInvitationCodeIsValid(public -> private) * refactor: TemplateWrapper h-screen 높이 제거 * refactor: InvitationCodeValidationModel 스키마 수정 coummunityId -> id * refactor: middleware private api 관련 이슈 주석 * feat: root 경로 route로 처리 * refactor : UserInfoResponse 타입 수정 (dto) * refactor: 주민증 수정 mock profileImageUrl제거 * feat: mypage home root로 라우팅 * refactor: my-page:id -> my-page:communityId * feat: root url 변경 * refactor: CharacterCompleteStep에 useGetUserInfo타입 수정 --------- Co-authored-by: darae07 <[email protected]> --------- Co-authored-by: 강지영 <[email protected]> Co-authored-by: darae lee <[email protected]> Co-authored-by: 문혜현 <[email protected]> Co-authored-by: hyehyeon-moon <[email protected]> Co-authored-by: darae07 <[email protected]>
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.
⛳️ Task
행성 만들기 라우팅 추가
행성 id 기본값 처리
행성 꾸미기 페이지 처리
✍️ Note
⚡️ Test
📸 Screenshot
📎 Reference