Skip to content
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

[민우] - 계획 작성 페이지 분리 및 구현 #281

Merged
merged 26 commits into from
Dec 20, 2023

Conversation

MinwooP
Copy link
Contributor

@MinwooP MinwooP commented Dec 20, 2023

📌 이슈 번호

close #256

🚀 구현 내용

image image image image
  • 기존에 하나의 페이지였던 계획 작성 페이지 /create 를 하나의 페이지 내 4개의 컴포넌트 부분으로 나눴습니다.
  • 컴포넌트가 바뀔 때마다 작성 중인 각 단계의 data를 세션 스토리지에 저장하고 있습니다.

/create 페이지의 컴포넌트 구조입니다.

  • stepper
  • 현재 단계에 따라 4개의 컴포넌트 중 하나 조건적 렌더링
  • 이전 단계, 다음 단계 버튼 그룹

아직 구현하지 못한 부분

  • 작성 페이지 진입 로직 ⇒ 작성 중인 계획 있을 때 모달 띄워서 이어서 작성 or 새로 작성 선택 가능 로직
  • 작성중인 리마인드 메세지 이전 단계로 갔다 왔을 시, 주기, 범위 가 바뀌지 않으면 유지하는 로직
  • 태그끼리 위아래, 양옆 패딩 주기
  • 스위치 버튼의 크기랑 아이콘 위치가 조금,, 안 맞는 것 같습니다

Copy link
Contributor

@suehdn suehdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생많으셨습니다 민우님!! 👍

@MinwooP MinwooP self-assigned this Dec 20, 2023
@MinwooP MinwooP added the 🚨긴급 긴급한 확인 필요 label Dec 20, 2023
@MinwooP MinwooP added this to the V1.1 milestone Dec 20, 2023
@MinwooP MinwooP merged commit f024985 into dev Dec 20, 2023
@MinwooP MinwooP deleted the feat/#256/modify-create-page branch December 22, 2023 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨긴급 긴급한 확인 필요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[민우] - 계획 작성 페이지 분리 및 구현
2 participants