gowebUSA / MSSA-Project

MSSASD7 repository for projects in C# and T-SQL
1 stars 0 forks source link

Insert a search bar #2

Closed gowebUSA closed 4 years ago

gowebUSA commented 4 years ago

As a user, I need to be able to search the BUNO and bookmark the result. I need to be able to search the following:

Accepted Criteria: When search bar is installed and able to bookmark.

gowebUSA commented 4 years ago

Updates milestones.

gowebUSA commented 4 years ago

Added searchString successfully. Able to filter SysReason and bookmark.

gowebUSA commented 4 years ago

Created file name AircraftBunoViewModel and updated AircraftController with new Index View of aircraftBuno and searchString for SysReason. Removed @model IEnumerable<OMAF.Models.Aircraft> on Views/Aircraft/Index and replaced with @model OMAF.Models.AircraftBunoViewModel.

gowebUSA commented 4 years ago

Modified the DisplayNameFor => to add .Aircraft[0] and the @foreach to add .Aircraft.

gowebUSA commented 4 years ago

Modified the search bar to add JobStat and made the Buno select type to be onchange="this.form.submit() changing on selected Buno.