CATcher-org / WATcher

WATcher is a sister application to CATcher to be used to monitor software projects.
https://catcher-org.github.io/WATcher/
7 stars 25 forks source link

Remove quotation from filters in url #340

Closed Arif-Khalid closed 6 months ago

Arif-Khalid commented 6 months ago

Is your feature request related to a problem? Please describe. The filters in the URL contain "" for string filters when they are unecessary and unintuitive if users type their own filters in the URL. An example of the title filter in the url with the filter of "test" would be title="test"

Describe the solution you'd like A refactor of the filters service when pushing and parsing from URL such that quotes are not included for the strings An example of the title filter in the url with the filter of "test" would be title=test

Describe alternatives you've considered We could leave the current behaviour with the quotations as it is unlikely users will be typing their own filters. This is more of a quality of life for advanced users.