Skip to content

[SE-5180] UI for filtering OCIM instances

Boros Gábor requested to merge keith/se_5180_ui_for_filtering into master

Created by: keithgg

Description

Adds UI filtering to the OCIM UI. Allows users to filter on the fields in keith/se_1142_filtering_on_ocim.

Developers are impacted.

Supporting information

Testing instructions

  • Log into the OCIM UI.
  • There will be a list of inputs that a user can filter on.
  • In any of the text fields (Name, Notes) instances will be filtered on a partial match.
  • For any of the dropdown fields (Status, OpenEdX Release) the instances will be filtered exactly.

Deadline

Other information

The UI for the Dropdowns isn't perfect. I didn't want to spend much more time on it, because this UI will be rewritten in React at some point.

Merge request reports