issues
search
saifahn
/
expenseus
A serverless expense tracking app
0
stars
0
forks
source link
View personal transactions
#66
Closed
saifahn
closed
2 years ago
saifahn
commented
2 years ago
UI
Press personal tab.
See list of personal transactions.
High level implementation
Get all TransactionItems that only involve the one user
PK of
USER#<user_id>
, SK begins with
TRANSACTION#
depending on schema - need to make sure this doesn't include the shared transactions from that user.
saifahn
commented
2 years ago
This is basically implemented too.
UI
High level implementation
USER#<user_id>
, SK begins withTRANSACTION#