[신혜윤] 풀스택-FE-mission-6#18
Open
hyeyoonS wants to merge 116 commits intocodeit-bootcamp-nodejs:풀스택-FEfrom
Hidden character warning
The head ref may contain hidden characters: "\ud480\uc2a4\ud0dd-FE-Mission6"
Open
Conversation
풀스택 fe-mission1
풀스택 fe mission2
[#M5] chore : CRA셋팅
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.
요구사항
기본 요구사항
프론트엔드 구현 요구사항
공통
중고마켓 페이지
상품 등록 페이지
심화 요구사항
프론트엔드
상품 등록 페이지
구현 스크린샷
QA종합 의견
난이도
분량
의견
빈 값이 있을 경우 ‘필수 값입니다’ 라는 에러문구가 추가되거나 필드 제목 옆에 필수 값이라는 (*)표시가 있으면 어떨까요?.? 어차피 빈 값이 있으면 등록 버튼이 비활성화가 되긴 하지만,, 사용자의 입장에서 생각해보았습니다…~
미션6의 POST메소드를 사용하려면 토큰이 필요해서, 미션9에 있는 로그인&토큰 설정을 마쳐야 API호출이 가능합니다!
상품 등록도,이미지 등록도 모두 401 unAuthorized 오류가 떠서, 미션6에서 api호출을 할 수가 없습니다,,!⇒ 관련된 트러블 슈팅도 어렵습니다..!
⇒ 저는 우선 임시로…. 토큰 설정을 해서 POST메소드 잘 사용되는 것 까지 확인을 했는데요.. 토큰 설정은 모두 미션9 로그인 관련 요구사항을 모두 완료해야 하기 때문에.. 미션6의 요구사항 수정이 필요해 보입니다..!
↑ 위와 관련해서, 이미지 필드를 우선 제외하고(임의로 “임시 URL”지정했습니다), 등록 버튼 클릭시 콘솔로 내가 보내는 데이터를 확인하는 것은 가능합니다..! 하지만 anAuthorized로 반환되는 상황에서 바람직한 대처 방법은 아닌 것 같습니다 ㅠㅠ
임시로 액세스토큰만 설정하고 리프레시토큰 설정을 아직 안 한 상태라 로그아웃이 너무 자주 되어서.. ㅠㅠ 미션9 토큰 설정 부분 구현 후에 이미지 첨부 API도 이어서 수정하도록 하겠습니다..!