GIVEN The user has used the Seasons and Feelings dropdowns
WHEN The user wants to further personalization by what type of night they're looking for
THEN The user is presented with a dropdown of type of night
Technical needs:
Models/TypeOfDay.cs
ViewModels/PickTypeOfDay.cs
TypeOfDayController.cs > Method: BeerListBySeasonAndFeelingAndDay () where .ToDId == b. ABVId f.FeelingId == .StyleId and o.SeasonId == .AvailId)
Views /
BeerOptions.cs
BeerListByToD.cs
site.JS with some jQuery to handle to the dropdown?
References:
#6
GIVEN The user has used the Seasons and Feelings dropdowns
WHEN The user wants to further personalization by what type of night they're looking for
THEN The user is presented with a dropdown of type of night
Technical needs:
Models/TypeOfDay.cs
ViewModels/PickTypeOfDay.cs
TypeOfDayController.cs > Method: BeerListBySeasonAndFeelingAndDay () where .ToDId == b. ABVId f.FeelingId == .StyleId and o.SeasonId == .AvailId)
Views /
BeerOptions.cs
BeerListByToD.cs
site.JS with some jQuery to handle to the dropdown?
References:
#6