-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathassumptions.txt
12 lines (12 loc) · 1.16 KB
/
assumptions.txt
1
2
3
4
5
6
7
8
9
10
11
12
Assume that the homepage is the productBrowser page and products page for users who are logged in and are owners.
Assume that after signup, the application also logs in with the signup information.
Assume that owners can only edit/delete their own products.
Assume that owners cannot update or delete any product that they did not create themselves.
Assume that customers cannot access the Products page, only the Products Browsing page.
Assume that owners cannot access the Products Browsing page, only the Products page.
Assume that owners cannot access the Product Order or Buy Shopping cart pages, because owners cannot buy products.
Assume that clicking the sidebar on the Products and Product Browsing pages does not save the current search terms, if any are present.
Assume that, when searching for products, if a category filter is already in place, it will continue to be a constraint on what products a user sees.
Assume that no product can cost more than $99999.99.
Assume that the Product's Browsing page does not show categories when listing all the products, because they're all listed on the sidebar anyway.
Assume that a shopping cart persists only within a session.