Merged
Conversation
Closed
3 tasks
|
✅ CI 통과했습니다!
|
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.
#️⃣ 연관된 이슈
#3
#️⃣ 작업 내용
회의에서 결정된 라우트를 프로젝트에 적용했습니다.
/홈/{profile_name}프로필 상세 정보/{profile_name}/saved북마크/explore탐색 탭/stories/{profile_name}/{story_id}스토리/login로그인 화면/p/{profile_name}/?img_index={number}게시글 상세내용{}로 감싼 것들은 유동적으로 변할 수 있는 값들입니다. (e.g./user1은 user1이라는 유저의 프로필 상세 정보를 나타냄 /stories/user1/123은 user1의 123이라는 id를 가진 스토리를 나타냄)https://www.instagram.com/ 해당 사이트의 라우트를 거의 그대로 따라해서, 참고하시면 될 것 같습니다. (다만 인스타그램은 로그인을 라우트 대신
?flo=true라는 쿼리 파라미터로 처리하는데, url이 의미를 나타내는 게 맞다고 생각해서 이 부분은/login으로 변경했습니다)#️⃣ 테스트 결과
#️⃣ 변경 사항 체크리스트
#️⃣ 스크린샷 (선택)
#️⃣ 리뷰 요구사항 (선택)
설정 파일이 대부분이라
src/routes내부 파일들만 확인해 주시면 됩니다📎 참고 자료 (선택)