User stories - ZsofiaS/GreenFoodtruck GitHub Wiki
As a user,
so that I can register to use the app,
I want to be able to sign up.
As a user,
so that I can use the app,
I want to be able to log in.
As a user,
so that I can select products to sell,
I want to see a list of products on the home screen.
As a user,
so that I can add products to an order,
I want to be able to click on the products.
As a user,
so that I can see how much money I make,
I want to be able to see the total cost of order.
As a user,
so that the customer can change their mind,
I want to be able to cancel the order.
As a user,
so that I can charge the customer,
I want to be able to go to checkout.
As a user,
so that I can see the stock levels,
I want to be able to go to the materials screen.
As a user,
so that I can monitor stock levels,
I want to be able to see changes in the stock level when I sell products.