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 only allow me to create a new transaction in the chart
Given a user is on the transactions page
When the user clicks add transaction
Then the user will be prompted to enter the specified information.
Then The transaction will be saved
Then the user will be directed to the transactions page
SERVER SIDE
newly created transaction page will be stored in the transactions database
create a transactions Viewset for responses to creation requests
This is labeled as a stretch goal in your proposal. Has that changed? If not, please label it as a stretch goal here. Also, label this as a create ticket, as it is states it is only for create.
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 only allow me to create a new transaction in the chart
Given a user is on the transactions page When the user clicks add transaction Then the user will be prompted to enter the specified information. Then The transaction will be saved Then the user will be directed to the transactions page
SERVER SIDE newly created transaction page will be stored in the transactions database create a transactions Viewset for responses to creation requests