Closed gowebUSA closed 4 years ago
Updates milestones.
Added searchString successfully. Able to filter SysReason and bookmark.
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
.
Modified the DisplayNameFor
=> to add .Aircraft[0]
and the @foreach
to add .Aircraft
.
Modified the search bar to add JobStat and made the Buno select type to be onchange="this.form.submit()
changing on selected Buno.
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:
Buno
System Reason
[x] Add a search bar.
Accepted Criteria: When search bar is installed and able to bookmark.