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

지출 상세조회/목록조회 #7

Open
9 tasks done
buhee1029 opened this issue Nov 11, 2023 · 0 comments
Open
9 tasks done

지출 상세조회/목록조회 #7

buhee1029 opened this issue Nov 11, 2023 · 0 comments

Comments

@buhee1029
Copy link
Owner

buhee1029 commented Nov 11, 2023

  • 상세 조회는 지출 일자, 지출 금액, 카테고리, 메모, 합계제외상태 반환
  • 목록 조회는 아래와 같은 기능 수행
    • 기간 필수 선택, 특정 카테고리만 조회
    • 지출 합계, 카테고리 별 지출 합계 반환
    • 최소, 최대 금액 선택 후 조회

  • 지출 상세조회
    • 지출일자, 지출금액, 카테고리, 메모, 합계제외상태 응답 반환
  • 지출 목록조회
    • 기간(start, end) 필수 선택
    • 최소금액 < 최대금액 인지 확인 👉 추후에 날짜도 시작날짜 < 끝날짜 인지 확인하기
    • 특정 카테고리만 조회 가능
    • 최소(min), 최소(max) 금액으로 조회 가능
  • 지출 목록조회에 지출합계, 카테고리별 지출합계 같이 반환
    • 합계제외 처리한 지출은 목록에 포함되지만, 모든 지출 합계에서 제외
@buhee1029 buhee1029 moved this to In Progress in bobo project Nov 13, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in bobo project Nov 13, 2023
@buhee1029 buhee1029 reopened this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant