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

Feat: 투데이 달성여부 변경 기능 구현 #45

Closed
3 tasks done
yeonjookang opened this issue Oct 17, 2024 · 0 comments · Fixed by #46
Closed
3 tasks done

Feat: 투데이 달성여부 변경 기능 구현 #45

yeonjookang opened this issue Oct 17, 2024 · 0 comments · Fixed by #46
Assignees
Labels
feat 기능 개발

Comments

@yeonjookang
Copy link
Contributor

yeonjookang commented Oct 17, 2024

📌 목적 / 이슈 내용

투데이 달성여부 변경 기능 구현

📝 상세 내용

  • 투데이 미달성 -> 달성 변경 시
    • todayStatus를 COMPLETED로 변경
    • todayOrder를 null로 변경
  • 투데이 달성 -> 미달성 변경 시
    • todayStatus를 INCOMPLETE로 변경
    • todayOrder를 min - 1 로 변경

✔ 체크 리스트

  • 테스트코드 작성
  • api 구현
  • postman 테스트

💡 비고

  • (참고 사항 및 레퍼런스)
  • 내용
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant