issues
search
saifahn
/
expenseus
A serverless expense tracking app
0
stars
0
forks
source link
Delete personal transactions
#67
Closed
saifahn
closed
2 years ago
saifahn
commented
2 years ago
UI
Press delete button
Accesible from card as well?
Otherwise, in the READ interface.
Confirm
High level implementation
Delete transaction at PK
USER#<user_id>
, SK
TRANSCTION#<transaction_id>
saifahn
commented
2 years ago
Tasks
[x] add DeleteTransaction test to app
[x] add DeleteTransaction test to integration test
[x] add DeleteTransaction to ddb
[x] add button to delete transaction to frontend
UI
High level implementation
USER#<user_id>
, SKTRANSCTION#<transaction_id>