Skip to content

[FIX] task 조회 메서드 수정 #107#108

Merged
eldeoddt merged 1 commit intodevelopfrom
bug/#107_task_create_order
Aug 14, 2025
Merged

[FIX] task 조회 메서드 수정 #107#108
eldeoddt merged 1 commit intodevelopfrom
bug/#107_task_create_order

Conversation

@eldeoddt
Copy link
Copy Markdown
Contributor

🚀 개요

할일 등록 api에서 order 계산 방식이 날짜를 고려하지 않고 카테고리 별로 order를 계산하고 있음
-> 할일 등록시 categoryId, date를 사용하여 조회

📌 관련 이슈

⏳ 작업 내용

  • 순서 생성 시 categoryId, date를 사용하여 조회

📸 스크린샷

📝 참고 사항

📌 참고 자료

@eldeoddt eldeoddt self-assigned this Aug 14, 2025
@eldeoddt eldeoddt added the 🐛 bug Something isn't working label Aug 14, 2025
@eldeoddt eldeoddt merged commit b17109c into develop Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] 할일 등록 로직 order 계산 방식 수정

1 participant