Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard filters's query using more than single check #1404

Open
nmadruga opened this issue Oct 27, 2022 · 0 comments
Open

Dashboard filters's query using more than single check #1404

nmadruga opened this issue Oct 27, 2022 · 0 comments
Labels
Dev Feature: improvement Improvement to existing feature Importance: Nice to have Issues that don't need to be included, just nice to have

Comments

@nmadruga
Copy link
Contributor

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":

{
   "code": "draftApplications",
   "title": "Formulários em andamento",
   "query": {
       "status": "DRAFT"
    }
}

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 in src/components/Dashboard.tsx would need to be improved as well. Check line 121

@nmadruga nmadruga added Feature: improvement Improvement to existing feature Importance: Nice to have Issues that don't need to be included, just nice to have Dev labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Feature: improvement Improvement to existing feature Importance: Nice to have Issues that don't need to be included, just nice to have
Projects
None yet
Development

No branches or pull requests

1 participant