inmanta / web-console

Next generation inmanta web-console
Apache License 2.0
2 stars 1 forks source link

Rework Filters #5973

Open matborowczyk opened 1 month ago

matborowczyk commented 1 month ago

The Filtering and getUrl methods could get rework to make them easier to read and understand, currently they are spread into many files and they are hard to modify, especially as new requirements require them to communicate with each other which isn't simple task to do. With query manager redesign it's a great moment to take a look on them, and how we could rework them to drop current implementation in favor of something more global with simpler flow

matborowczyk commented 1 week ago

for the rework that could be useful - https://nuqs.47ng.com/ - react state in url, we could get rid of our own implementation if there would be similar complexity as in own implementation of query management