Skip to content

Rename standard_filter.vue to simple_filter.vue

Daniel Tian requested to merge 284471-standard-filter-rename-simple-filter into master

What does this MR do?

On the vulnerability report, there is a list of filter dropdowns:

ksnip_20210706-181759

This MR renames standard_filter.vue to simple_filter.vue, which is used for a number of the filters:

ksnip_20210706-182012

Originally, most of the filters were standard dropdowns, with one or two custom dropdowns. However, nowadays half of the filters are custom dropdowns, and we see the need to convert more of them over. As a result, there will eventually be more custom dropdowns that standard ones, and the name standard doesn't really fit anymore.

Renaming it to simple better describes what it is: a simple dropdown that shows a flat list with simple behavior:

Simple dropdown with simple behavior Custom dropdown with more complex behavior
ksnip_20210706-182441 ksnip_20210706-182831

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports