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

featre: 지출 CRUD (API) #7

Open
JaeHyuckSa opened this issue Nov 9, 2023 · 0 comments
Open

featre: 지출 CRUD (API) #7

JaeHyuckSa opened this issue Nov 9, 2023 · 0 comments
Assignees

Comments

@JaeHyuckSa
Copy link
Contributor

지출

  • 지출 일시, 지출 금액, 카테고리메모 를 입력하여 생성합니다
    • 추가적인 필드 자유롭게 사용

지출 CRUD (API)

  • 지출을 생성, 수정, 읽기(상세), 읽기(목록), 삭제 , 합계제외 할 수 있습니다.
  • 생성한 유저만 위 권한을 가집니다.
  • 읽기(목록) 은 아래 기능을 가지고 있습니다.
    • 필수적으로 기간 으로 조회 합니다.
    • 조회된 모든 내용의 지출 합계 , 카테고리 별 지출 합계 를 같이 반환합니다.
    • 특정 카테고리 만 조회.
    • 최소 , 최대 금액으로 조회.
      • ex) 0~10000원 / 20000원 ~ 100000원
  • 합계제외 처리한 지출은 목록에 포함되지만, 모든 지출 합계에서 제외됩니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant