Skip to content

Transaction CRUD endpoints #18

Description

@azunaVT

Epic: Budget

Description

Allow manual creation and management of transactions.

Endpoints

  • GET /api/v1/transactions
  • POST /api/v1/transactions
  • PATCH /api/v1/transactions/:id
  • DELETE /api/v1/transactions/:id

Acceptance Criteria

  • All transactions are scoped to the current household
  • Supports basic filtering:
    • date range (from / to)
  • Create, update, and delete work as expected
  • Cannot access transactions from another household
  • Request specs included

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions