-
Notifications
You must be signed in to change notification settings - Fork 1
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
impl executive dashboard UI #1361
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 생각해보니까 영미가 react date library 써서 공고 쪽에서 쓴 date range 입력받는 뭐시기가 있었는데... 점차 date 입력 사용하는 곳들은 그 패키지 쓰게끔 마이그레이션 시켜야 할 것 가타여
흠 그러게 지금 시간 입력 부분 작동 안되는거 같은데 DateInput으로 range 설정할 수 있기도 하고(ActivityCertificateInfoSecondFrame의 dateRange 부분) 지금 화면처럼 두개의 필드로 할거면 MeetingInformationFrame 의 시작일 종료일 필드처럼 할 수 있을듯? |
이거 아직 백 안 나와서 UI 구현만 빠르게 한거긴 한데 range 구현 어떻게 하는게 나을지 알려주면 다음 작업에서 수정할게요 @jooyeongmee |
요거 디자인에 따라 갈릴듯 구현하기 편한건 하나의 필드로 되어 있는 전자 방식일거 같고(react Date Picker 기능을 그대로 가져다 쓰는 느낌) 디자인 이쁘고 상태관리를 우리가 다 컨트롤하는건 2개의 필드로 되어 있는 후자 방식인듯(react Date Picker의 range 기능을 사용하지 않고 각각의 필드에 대해 우리가 직접 유효성 검증해야 함) 흠 뭐가 더 편할지 모르겠네 뭔가 전자는 나중에 각각의 날짜에 대해 복잡한 유효성 검증이 필요하면 좀 더 컨트롤하기 어려워질거 같고 후자는 매번 그 두 필드를 묶어서 유효성 검증하는게 귀찮을거 같고 |
요약 *
It closes #1359
단일 라벨을 사용하는 DateRangeInputWithLabel 구현 포함
스크린샷
이후 Task *