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

Survey Page 리팩토링 #184

Open
1 task
lhk3337 opened this issue Dec 8, 2021 · 0 comments
Open
1 task

Survey Page 리팩토링 #184

lhk3337 opened this issue Dec 8, 2021 · 0 comments
Assignees

Comments

@lhk3337
Copy link
Contributor

lhk3337 commented Dec 8, 2021

개발할 것

  • Survey Page 리팩토링

    Survey의 Orgamisms : Questionnaire, Result

    • Questionnaire의 molecules : DirectionNav, MultiCheckbox, ProgressBar

      • DirectionNav의 atoms : DirectionBtn
      • MultiCheckbox의 atoms : Checkbox, QuestionBlock
      • ProgressBar의 atoms : ProgressBarList
    • Questionnaire의 atoms : QuestionBlock

    • Result의 Orgamisms : QuestionResult

      • QuestionResult의 orgamisms : ConfirmModal

        • ConfirmModal의 atoms : Button, CloseBtn

Survey Page Atomic Design Structure

  Survey
     ├── Questionnaire (Orgamisms)
     │        ├── DirectionNav ── DirectionBtn (atoms)
     │        │    (molecules)       
     │        ├── MultiCheckbox ┬──  Checkbox (atoms)
     │        │    (molecules)  └──  QuestionBlock (atoms)
     │        │
     │        ├── ProgressBar ── ProgressBarList (atoms)
     │        │    (molecules)
     │        └── QuestionBlock (atoms)
     │
     │
     └── Result (Orgamisms)
              │  
              └──  QuestionResult (Orgamisms)
                         │  
                         └──  ConfirmModal (Orgamisms) ┬──  Button (atoms)         
                                                       └──  CloseBtn (atoms)

스크린 샷

  • 스키마 수정 여부 : X
@lhk3337 lhk3337 self-assigned this Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant