-
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
[ISSUE] 프로젝트 API 재협의 #6
Labels
Comments
논의 내용 정리해주셔서 감사합니다. 펫에 대한 정보 타입은 예시로 보여주신 선택 2가 나아보입니다. |
작업완료:
추가 구현사항:
다음 작업 목록:
|
일시적으로 entity를 수정으로 인해, verification count 및 verification slide / calendar api 가 실행되지 않고있습니다. |
api 수정이 완료되었습니다. 명세서도 수정하였으니, 실제 호출과 함께 확인해주세요. |
3 tasks
반영 완료하였습니다. 감사합니다 :) |
피드백 반영:
|
User API 필드명 변경 점
{
"message": "데이터 조회 성공",
"data": {
"name": "유저 이름", // string
"imageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRdgzabgOIIDQl_Ul7FozhJ_QfjEaGeQTSMKg&s", // string
"pets" : [], // Pet[] 사용자와 연결된 pet 정보들
"hasPet": true, // boolean
"refreshToken": "xxxx" //string
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
주제
전체적인 API 설계를 재협의
해당하는 부분
설명
1. Image 필드
클라이언트에서 사용자가 이미지를 선택하고 폼을 제출할 때 서버에 이미지 파일로 전달합니다.
폼 제출 완료 메시지에 필요한 이미지는 클라이언트에서 보여지는 이미지들은 클라이언트에서의 이미지 데이터를 사용하여 사용자에게 보여줍니다.
POST
/verifications
, POST/pets
에 적용되는 사항입니다.2. verification category 상수 값 대문자로 변경
category : 'WALK' | 'BATH' | 'TREATS' | 'MEAL' | 'DAILY'
3. Upload Verification
간식 인증에서 간식 종류를 verification option두고 있는 것을 간식 섭취 여부로 필드 값 변경합니다.
다 먹었어요
,남겼어요.
verificationOption에서 verificationDetail 으로 필드 명 변경합니다.
verification upload request body 타입의 통일 성을 위하여 필드 타입을 변경합니다.
변경 되는 필드
4. verification count
pet information API에 verification count 데이터를 포함시키는 것으로 변경합니다.
변경 전
선택1
선택2
5. verification 내의 필드 내용
verification 데이터 필드내에 작성자로 user 데이터를 포함시켜야합니다.
함께 논의해야할 내용
추가사항
The text was updated successfully, but these errors were encountered: