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

Create Transaction apis #2

Open
1 task
ilyaskarim opened this issue Nov 26, 2023 · 0 comments
Open
1 task

Create Transaction apis #2

ilyaskarim opened this issue Nov 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ilyaskarim
Copy link
Owner

ilyaskarim commented Nov 26, 2023

We need to following crud apis for transactions:

  • create
  • update
  • delete

We need to to follow our current setup, creating validations like src/v1/user.validation.ts and methods in src/v1/user.ts. We need to create apis in:

  • src/v1/wallet.validation.ts
  • src/v1/wallet.ts

and finally need to setup routes in src/v1/routes.ts.

Verification: Checks

  • On create, delete and update, we need to update the wallet balance.
@ilyaskarim ilyaskarim added the enhancement New feature or request label Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

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

2 participants