Dashboard filters's query using more than single check #1404
Labels
Dev
Feature: improvement
Improvement to existing feature
Importance: Nice to have
Issues that don't need to be included, just nice to have
After a quick discussion on PR we agreed that we should allow in the future that Dashboard filters can have more than 1 query to be used on which applications to be accounted for that particular filter. i.e. existing Dashboard filter "Applications in progress":
We assume all filter's query will have a single parameter, in the example above
"status" = "DRAFT"
, but if we extend this to allow more parameters on the query, the code insrc/components/Dashboard.tsx
would need to be improved as well. Check line 121The text was updated successfully, but these errors were encountered: