-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
feat기능 개발기능 개발
Description
작업 목표가 무엇인가요?
- 여러 page에서 공통으로 사용되는 layout을 component로 개발합니다.
- 아래 두 가지 유형의 layout을 구현합니다.
- Onboarding layout
- 메인 페이지(
/) - 롤링페이퍼 목록 페이지(
/list)
- 메인 페이지(
- Content layout
- 생성된 롤링페이퍼 페이지(
/post/:id,/post/:id/edit) - 롤링페이퍼 만들기 페이지(
/post) - 롤링페이퍼에 메시지 보내기 페이지(
/post/:id/message)
- 생성된 롤링페이퍼 페이지(
- Onboarding layout
어떤 작업을 할 예정인가요?
-
OnboardingLayoutcomponent 구현 -
ContentLayoutcomponent 구현