This website is a personal outfit manager where users can create an account that holds a digital collection of their closet. Since each account is for a single user, we are expecting somewhere between 100-200 items of clothing/accessories per account. The user can add their tops, bottoms, shoes, jackets, and accessories as individual items. They can then use these different items to create outfits. These outfits may also be linked to specific occasions where the outfit might be worn. Each page allows you to view its data as well as create new entries, update current ones, and delete them.
Page Name | Description |
---|---|
Users | Users log their first and last name, email, and a password, which is hidden from the generic table view |
Outfits | Users will select a top, bottom, shoe, and optional jacket to create their jacket |
Tops | Each top has a user associated to it, as well as a name, color, and type of top |
Bottoms | Each bottom has a user associated to it, as well as a name, color, and type of bottom |
Shoes | Each shoe has a user associated to it, as well as a name, color, and type of shoe |
Jackets | Each jacket has a user associated to it, as well as a name, color, and type of jacket |
Accessories | Each accessory has a user associated to it, as well as a name, color, and type of accessory |
Occasions | Each occasion has a user associated to it, as well as a name, and formality |
OutfitsAccessories | Intersection table to link Outfits and Accessories |
OutfitsOccasions | Intersection table to link Outfits and Accessories |