Week 6 Project
- Created four tables for each clothing type with a couple fields specific to that type.
- Created outfit table to pull each clothing item into a single view.
- Created Index page for each clothing type showing thumbnails that link to details view.
- Details view provide links to edit or delete item.
- Outfits table allows choosing of one of each item.
- Outfits index is a list of outfits created.
- Outfits Details page show grid of four clothing pieces and links to details for each piece.
- Used shared layout views to standardize views of Index, Details, Edit and Delete pages.
- added dropdowns to home screen.
- tried to ad divide into main drop\down but does not show.
ISSUES:
- could not added accessories due to error EntityValidationErrors in controller.
- could not create outfits without accessories even though it was nullable.