You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wardrobe tracking app that allows you to track how often you wear all your clothing. Provides data on what clothing & accessories you wear the most, and which items you should get rid of because you never wear them.
Project Status: Incomplete
Priorities to complete:
Search route/request on home page baised on category query
Heatmap of wear count on details component
Worn Most/Worn Least dashboard with data summary
User creation/login/authentication
Image uploader
User Stories
#
User needs
Functionality
1
I want to select which clothes I wear on a given day
A component that shows the day and menu of items that can be selected
2
I want to add new items
A form that accepts description of clothing, category and image
3
I want to delete an item when I get rid of it
A delete button on each item of clothing
4
I want to see details of how much I wear an item
A summary of data on an individual item with image
5
I want to see a summary of my whole wardrobe
A data visualization of when items are worn
6
I want to see suggestions of which items to get rid of
A data visualization of which items are worn the least
7
I want to see suggestions of which items I like the best
A data visualization of which items are worn the most
8
I want to categorize my items baised on function
A form that accepts multiple use category (shirt and workout gear)