GIVEN The user has used the Seasons dropdown
WHEN The user wants to further personalization by how they're feeling
THEN The user is presented with a dropdown of feelings
Technical needs:
Models/Feelings.cs
ViewModels/PickFeeling.cs
FeelingController.cs > Method: BeerListBySeasonAndFeeling () where f.FeelingId == .StyleId and o.SeasonId == .AvailId)
Views /
BeerOptions.cs
BeerListBySeason.cs
site.JS with some jQuery to handle to the dropdown?
GIVEN The user has used the Seasons dropdown
WHEN The user wants to further personalization by how they're feeling
THEN The user is presented with a dropdown of feelings
Technical needs:
Models/Feelings.cs
ViewModels/PickFeeling.cs
FeelingController.cs > Method: BeerListBySeasonAndFeeling () where f.FeelingId == .StyleId and o.SeasonId == .AvailId)
Views /
BeerOptions.cs
BeerListBySeason.cs
site.JS with some jQuery to handle to the dropdown?