Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.56 KB

specs.md

File metadata and controls

55 lines (38 loc) · 1.56 KB

Application Specifications

This document is to be updated with changes made to the desired functionality of each activity. Make sure that the project document is referred to.

MainActivity

User Stories

  • I want to be able to look at all categories
  • I want to be able to select a categoryModel of items
  • I want to be able to search for a specific item
  • I want to see the best selling items
    • And click on them to view
    • And favourite them
  • I want to see the most viewed items
    • And click on them to view
    • And favourite them

ListActivity

User Stories

  • I want to be able to scroll and click on items to view their details

  • I want to to be able to add items to my favorites while scrolling through

  • I want to be able to filter and sort items

DetailActivity

User Stories

  • I want to be able to view information about the chosen item, which includes:
    • Name
    • Category
    • Price
    • Description
  • I want to be able to add the item to my favourites or cart
  • I want to go back to the screen I came from DANGER HARD

FavouritesActivity

User Stories

  • I want to be able to remove items from my favourites
  • I want to be able to view the item then go back to my favourites
  • I want to be able to search in my favourites

CartActivity

User Stories

  • I want to be able to remove items
  • I want to be able to change the quantity of items
  • I want to see the final price
  • I want to be able to view items