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

Backend Transactions API #17

Merged
merged 22 commits into from
Jan 16, 2020
Merged

Backend Transactions API #17

merged 22 commits into from
Jan 16, 2020

Conversation

kevinold
Copy link
Contributor

Closes #3

@kevinold kevinold added this to the MVP milestone Jan 13, 2020
@kevinold kevinold self-assigned this Jan 13, 2020
@kevinold kevinold marked this pull request as ready for review January 14, 2020 23:13
@kevinold
Copy link
Contributor Author

@amirrustam Ready for review and merge

@kevinold kevinold mentioned this pull request Jan 15, 2020
@kevinold kevinold merged commit 498219d into master Jan 16, 2020
@amirrustam amirrustam deleted the backend-transactions-api branch May 8, 2020 16:45
obaidaattaee pushed a commit to obaidaattaee/cypress-realworld-app that referenced this pull request Nov 30, 2021
* upgrade ts-node

* wip - generate fake transactions script

* make tsnode:test script

* generate fake transactions for users

* fix default privacy level enum and regenerate dev/test transaction data

* get transactions by query object

* implement and test get transactions route

* update user to have multiple contacts

* update to get all contacts using filter

* scripts to update dev seed and database from test seed

* update contacts data

* update fake contacts; cleanup how users are imported and setup utils file

* update contacts to have multiple per user

* fix contacts tests

* implement and test getTransactionsForUserContacts

* implement and test get /transactions/contacts

* implement and test /transactions/public

* implement and test createPayment and createRequest

* implement and test post /transactions; refactor createTransaction

* implement and test patch /transactions/:transaction_id

* require privacy_level in post transaction payload

* sort /transactions/public by contacts and remaining public transactions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transaction API
1 participant