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

[Transaction][BE] Transaction APIs #12

Closed
4 tasks done
duongdev opened this issue Jun 6, 2024 · 0 comments · Fixed by #56
Closed
4 tasks done

[Transaction][BE] Transaction APIs #12

duongdev opened this issue Jun 6, 2024 · 0 comments · Fixed by #56
Assignees
Labels
backend enhancement New feature or request
Milestone

Comments

@duongdev
Copy link
Member

duongdev commented Jun 6, 2024

Acceptance criteria

  • Create transaction
  • Update transaction
  • Delete transaction
  • List transactions

List transactions

  • Sort by date: ?order_by=date:asc / ?order_by=date:desc
  • Filter by wallet/budget: ?wallet_id={walletId}&budget_id={budgetId}
  • Date range: ?from_date, ?to_date
  • Pagination: ?take, ?cursor={transactionId}

Blocked by

Resolved by

@duongdev duongdev added enhancement New feature or request backend labels Jun 6, 2024
@duongdev duongdev added this to the MVP v0.0.1 milestone Jun 6, 2024
@duongdev duongdev closed this as completed by moving to Done in 6pm Jun 9, 2024
@duongdev duongdev self-assigned this Jun 9, 2024
@duongdev duongdev linked a pull request Jun 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant