Skip to content

Refactor filtered search token types from literals to constants

Coung Ngo requested to merge cngo-update-filtered-search-type into master

What does this MR do and why?

This MR refactors filtered search token types from literals to constants.

It moves the token type constants to the filtered search module and uses them in the boards code instead of literals.

The text of the constants were updated to match the variable name. The actual text doesn't matter, only that the constant is used in all the places it's referred.

Screenshots or screen recordings

No visual changes

How to set up and validate locally

  1. Check the filtered search bar in the issues list, boards, and epic boards pages

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports