You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The names of some horoscopes can be quite long and it is easy for users to have typos. E.g. Aquarius, Capricorn...
Furthermore, there is a clearly defined set of values that are valid for the horoscope field.
Thirdly, input validation for horoscope field is a functionality that has already been implemented for other functions (e.g. add).
Given these facts, I think it would be great if the team could look into implementing input validation for filter function as well. That way, if I filter by a horoscope but have a typo, I'll receive an error message and know to fix the typo. Otherwise, I might think I have no Dates under that horoscope but actually I just typed it wrongly.
Can be categorized under Low of Medium severity, depending on how often the user filters for horoscopes.
The text was updated successfully, but these errors were encountered:
p-xp
changed the title
filter function should check validity of user input (especially for horoscope field)
Consider making filter function check validity of user input (especially for horoscope field)
Nov 3, 2023
The names of some horoscopes can be quite long and it is easy for users to have typos. E.g. Aquarius, Capricorn...
Furthermore, there is a clearly defined set of values that are valid for the horoscope field.
Thirdly, input validation for horoscope field is a functionality that has already been implemented for other functions (e.g. add).
Given these facts, I think it would be great if the team could look into implementing input validation for filter function as well. That way, if I filter by a horoscope but have a typo, I'll receive an error message and know to fix the typo. Otherwise, I might think I have no Dates under that horoscope but actually I just typed it wrongly.
Can be categorized under Low of Medium severity, depending on how often the user filters for horoscopes.
The text was updated successfully, but these errors were encountered: