[신혜윤] 풀스택-FE-mission3#12
Open
hyeyoonS wants to merge 67 commits intocodeit-bootcamp-nodejs:풀스택-FEfrom
Hidden character warning
The head ref may contain hidden characters: "\ud480\uc2a4\ud0dd-FE-Mission3"
Open
Conversation
풀스택 fe-mission1
풀스택 fe mission2
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.
요구사항
기본 요구사항
랜딩 페이지
(이때 가로가 커지는 비율에 맞춰 세로도 커져야 합니다.)
로그인, 회원가입 페이지 공통
심화 요구사항
공통
로그인 페이지
회원가입
회원가입을 위해 이메일과 비밀번호를 입력한 뒤, 회원가입 버튼을 클릭하세요. 그 후에는 다음 조건에 따라 회원가입 가능 여부를 alert로 알려주세요.
구현 스크린샷
작업 노션 에 추가해두었어요!
요구사항별 체감난이도와 설명
작업 노션 에 추가해두었어요!
QA종합 의견
난이도와 분량
실제로 프론트엔드 3주차 위클리미션 때에는 JS 기초를 프리코스에서 수강했었기 때문에 위클리미션에 더 많은 시간을 투자할 수가 있었는데요, 그렇지 않다면(JS학습과 병행한다면) 양이 많다고 느껴질 수 있을 것 같아요.
Mission2 구현 설명
의견
[로그인, 회원가입] border와 관련된 옵션을 제대로 설정하지 않으면 테두리가 0px → 1px로 변경되면서 약간 덜컹..!하는 느낌으로 빨강색 테두리가 나타납니다. 이 점에 유의해서(덜컹하지 않도록) 구현하도록 하는 가이드가 있으면 어떨까요?
→alert메시지 출력으로 구현한 참고화면입니다!
요구사항에 USER_DATA가 객체로 정의되어 있는데요, 배열 안의 객체로 수정하면 어떨까요? (아래 궁금궁금에 상세 내용 있습니다~!)
닉네임은 유효성 검사 항목이 없는데, 한글, 영어, 숫자나 특정 특수 기호만 사용 가능하도록 규칙이 추가되면 어떨까요?
모달 요구사항 관련해서, 요구사항의 메시지와 피그마 시안에 있는 문구가 달라서 통일되어야 할 것 같아요! 피그마 이미지에 있는 문구가 ‘존재하지 않는 이메일, 혹은 비밀번호입니다’ 라고 수정되어야 할 것 같아요~! (아래 궁금궁금에 사진 첨부해두었습니다!)
모달 뒤로 스크롤이 가능한데, 스크롤을 막도록 요청사항이 추가되면 어떨까요? (아래 궁금궁금에 사진 첨부해두었습니다!)
문의사항 (궁금궁금)
Q1. 랜딩페이지 header이미지 PC ↔ 태블릿 전환시 겹치는 문제
Q2. 요구사항에 USER_DATA가 객체로 정의되어있는 문제
지금 이렇게 객체 안에 객체로 정의되어 있는데요, 객체로 정의한 이유가 있을까요?
배열은 여러 항목을 순서대로 저장할 수 있는 데이터 구조이므로 배열 안에 객체를 정의하는 것이 어떨까요?
이게 더 자연스러울 것 같아 확인 요청드립니다.!
Q3. signup에서 닉네임의 규칙이 없는 문제
Q4. 피그마 요구사항에 있는 메시지와 디자인 이미지 불일치 문제
Q5. 모달 뒤에 있는 페이지 스크롤 가능한 문제