-
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
Feature 4/온보딩 마이페이지 개발 #5
The head ref may contain hidden characters: "feature_4/\uC628\uBCF4\uB529-\uB9C8\uC774\uD398\uC774\uC9C0-\uAC1C\uBC1C"
Conversation
Ryeolee
commented
Mar 31, 2024
- Gradle
- implementation 'org.springframework.boot:spring-boot-starter-validation' 추가
- aws.yml
- region 설정
- API
- 온보딩 난이도 api
- 온보딩 동기 api
- 유저 닉네임, 프로필 이미지 설정 api
- 회원가입, 온보딩 완료 api
- 유저 정보 조회 api
- 유저 프로필 삭제 api
2. 온보딩 완료
2. 유저 프로필 데이터 조회 api 구현 중
2. 유저 프로필 데이터 조회 api 구현 중
2. 유저 프로필 조회 3. 유저 프로필 기본 설정
…ture_4/온보딩-마이페이지-개발
S3Service 클래스에 이미지 업로드에 필요한 함수를 정의해뒀는데 또 만든 이유가 있을까요? S3에 저장되는 형식이 달라질 것 같은데 동일한 함수를 쓰는게 좋을 것 같습니다. |
uploadPdf함수를 사용하면 반환 값이 해당 이미지 이름인 거 같습니다. |
밑에 uploadImage랑 기타 등등 함수들도 있습니다. 해당 함수는 이미지의 링크를 반환합니다. |
아하 코드 넣는 과정에서 헷갈렸네요! 그래서 uploadImage 함수를 사용해서 url을 브라우저에 복붙했는데 다운로드만 받아지고 이미지는 자체는 나오지 않는데, 상관없을까요? uploadImage 사용 함수 사용 시 이렇게 됩니다. |
넹 상관 없습니다. 같은 기능을 하는 함수가 여러개인 부분이 신경쓰여서요. |