Skip to content

Adds project filtering to the GSD

Sam Beckham requested to merge 6240-project-filter-for-gsd into master

What does this MR do?

This adds the project filters to the group security dashboard by creating the following:

  • A projects module that pulls in all the projects for a given group
  • A 'setFilterOptions' action and mutation that allows us to add filter options dynamivally
  • A mediator that listens for the projects from the first point and uses 'setFilterOptions' to pass them to the filter.

Screen_Recording_2019-01-02_at_15.14.37

What are the relevant issue numbers?

#6240 (closed)

Does this MR meet the acceptance criteria?

Edited by Sam Beckham

Merge request reports