kritikillz931 / mercury-client

0 stars 0 forks source link

(STRETCH) Transactions - Update #34

Open kritikillz931 opened 3 years ago

kritikillz931 commented 3 years ago

As a user i would like a transactions page with a chart that allows me to enter in data about transactions my company has completed. chart information should include date, product, price, quantity, and employee responsible. this feature should allow me to edit any existing transaction in the chart

Given a user is on the transactions page When the user clicks an existing transaction Then the user will be prompted to update the information. When the user clicks save update Then The transaction will be saved Then the user will be directed to the transactions page

SERVER SIDE updated transaction info will be stored in the transactions database create a transactions Viewset for responses to update requests