Open Berted opened 1 year ago
The purpose of filtering only by ApplicationStatus
is to allow the users to only filter by a standard set of status. This is the reason why we implemented as an ENUM
, and hence it is not possible to allow user input.
Alternatively, if we were to allow any user input, then the implementation will have to change, and that defeats the purpose of allowing the users to only filter by a standard set of status. In this case, it will be similar to the find command and it will not value add at all.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Team chose [severity.VeryLow
]
Originally [severity.Low
]
Reason for disagreement: [replace this with your explanation]
For Alternative 1, is it really impossible to not implement filter even though we allow user inputs?