-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat: add multi option for priority queryParam #330
Conversation
value: data.priority, | ||
} | ||
: null, | ||
priority: [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Colocar o valor inicial para persistir o filtro quando o usuário fechar e abrir novamente.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olá @rhuam, existem algumas outras issues que estão sendo desenvolvidas especialmente para esse item, será que não seria melhor deixar essa implementação com apenas a opção de simultaneidade do filtro de prioridade?
Relacionados:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diegodario88 acredito que o @rhuam quis dizer isso aqui
priority: data.priority?.split(',') || []
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodrigooler perfeito, eu implementei conforme a sugestão. Por favor revise novamente
Screencast.from.2024-05-28.16-17-26.mp4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aparentemente está OK, bom trabalho!
bf42e8b
to
558b17f
Compare
558b17f
to
aeb8822
Compare
PR para issue -> SOS-RS/backend#145