Skip to content

Draft: Add support for preserving recent token values in Filtered Search Bar

Kushal Pandya requested to merge kp-filtered-search-token-value-caching into master

What does this MR do?

We already support storing entire filter tokens combination within recent searches via localStorage. This MR expands upon same idea but does it for token values instead of storing an entire filter. Eg; If user applied a filter with bug as a label token's value, then we store bug in recent token values just for Labels, and next time when user is presented with labels dropdown, we show recent values on top of fetched values.

This MR is more of a PoC, and we currently do this only for label_token.vue, and store 10 recent labels.

Feature flag :vue_epics_list

Screenshots (strongly suggested)

Screen_Recording_2021-04-13_at_7.36.40_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alexis Ginsberg

Merge request reports