Skip to content
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

러닝 저장 API v2 구현 #319

Open
hee9841 opened this issue Dec 17, 2024 · 0 comments · May be fixed by #324
Open

러닝 저장 API v2 구현 #319

hee9841 opened this issue Dec 17, 2024 · 0 comments · May be fixed by #324
Assignees
Labels
feature 기능 추가

Comments

@hee9841
Copy link
Collaborator

hee9841 commented Dec 17, 2024

📌 작업 요구 사항 요약

  • 러닝 결과를 저장하는 API v2 가 필요합니다.
    • v1과 달리 아래와 같은 사항이 추가 및 변경됩니다.
      • 클라이언트에서 받은 러닝 코스를 저장해야합니다.
      • 챌린지 및 목표 달성 유무를 판단하는 로직을 제거합니다.
      • 챌린지 및 목표 성취에 대한 저장은 클라이언트에서 true, false 값을 받아 저장합니다.

📋 상세 요구 사항

  • 챌린지 및 목표 달성 판단을 클라이언트에서 진행되어, 러닝 결과 저장 서비스 함수를 V2로 만들어서 구현합니다.
  • V2 request에서 러닝 코스의 값은 null이거나 빈 리스트이면 안됩니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant