-
Notifications
You must be signed in to change notification settings - Fork 0
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
Temp #1
Open
Oneul-hyeon
wants to merge
44
commits into
main
Choose a base branch
from
temp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Temp #1
Conversation
This file contains 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
피팅을 위한 api 요청 기능 구현 세부 사이즈 예측을 위해 ai로 api 요청 기능 구현 로그인이 유지되지 않는 오류 해결
- 마이페이지 사이즈 정보 Fetch 추가 - 서버 sizeFetch api(/userInfo/api/...) 추가
- dispatch 할 때 인자로 token값이 주어지지 않아, 새로고침 시 토큰이 삭제되는 문제 해결
🐛 Fix : 수정 app.js - dispatch
피팅페이지에서 조회 구현 - 자신의 이미지, 업로드 된 의류 이미지 옷 링크를 업로드 하도록 버튼 변경
- 개인정보 로딩 / 수정 - 개인정보 submit 시 기본 유효성 검사 제외 및 로직 추가 - 수정 완료 시 완료 알림 - 사이즈 정보 수정 : size api 동작되면 추가 예정
✨ Feat : 추가 마이페이지 기능
- 회원가입 시 신체사이즈 예측 받아오는 기능 추가 - 피팅 기능 추가 - closet db 수정 (의류 url 추가)
- 의류 업로드 모달창 디자인 수정 - 의류 URL 입력 시 이미지 크롤링 - 미로그인 상태로 피팅페이지 접근 시 메인 화면으로 이동
✨ Feat: 추가 의류 업로드(크롤링)
- 옷 링크 업로드 모달창 close버튼 수정
- 의류 업로드 후, db 저장 구현 - s3에 이미지 저장 경로 변경 - 되돌리기 버튼 기능 구현
💄 Design : 피팅 페이지 수정
- 회원가입 시 사진이 undefined에 저장되는 문제 수정
🐛 Fix: 수정 회원가입 (RegisterUser.js)
- 사이즈 정보 수정 기능 추가 - 키/몸무게만 입력되어 있는 경우 sizeAPI를 이용해서 값을 채움
- 사이즈 정보 : 정수만 입력 가능 -> 소수 입력 가능
- 업로드 된 의류 (옷장) 삭제 기능 구현 - 피팅 기능 구현 - 로딩 인디케이터 추가
- 회원가입 구문 오류 수정 - 이미지 업로드 구문 오류 수정
- 크롤링 API로 전달하는 params 전송 방법 변경 - 이미지URL이 파일 확장자로 끝나지 않는 경우 많음 : 확장자 필터링 제거
- 이미지, 키, 몸무게 필드 입력했는지 검증 - 키, 몸무게 를 정수, 소수점 한자리까지 실수 입력가능하게 변경 - 회원가입 로딩 인디케이터 추가 - 회원가입 시 발생한 오류를 알 수 있도록 alert 추가 - 코디 추천 페이지 임시 구현
- 서버에 이메일 인증 관련 API 추가 - 인증 이메일 전송 : /auth/api/sendMail - 인증 코드 체크 : /auth/api/mailAuthCheck - (예정) 회원가입 UI 수정
- 약관 페이지가 뜨지 않는 오류 해결 - 피팅 요청 수정
💄 Design: 수정 마이페이지
- 되돌리기 기능 추가 - 피팅하기 오류 수정
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.
No description provided.