keeleinstituut / tv-tolkevarav

Tõlkevärav (Translation Hub)
1 stars 0 forks source link

Remember TM view filters while going back with breadcrumb #581

Open plakitkelly opened 9 months ago

plakitkelly commented 9 months ago

Wiki

3.6.9 If user wants to go back they click on breadcrumb "Tõlkemälud" 3.6.10 User is navigated back to the main "Tõlkemälud" view where the filters are still applied

Currently selected filters are reset

KaarelKa commented 9 months ago

Notes for developers -

  1. This should be done by storing the selected filters on the url. That way the link to a page can also be shared together with the selected filters + it will work out of the box with the browser back button.

  2. This should work for other tables as well. For starters we can skip tables inside modals, since those might have some extra considerations, but it would be good to add an abstraction here, which would work for each table.

MariusJulius commented 9 months ago

As discussed @KaarelKa @PlaksoBirgit then @rebekkabb can add search inside of tables except of selecting vendor in project management as discussed here: https://www.figma.com/file/VqCwED3Dymn7L1gGoAOK27?node-id=4675:100984&mode=design#640325931

plakitkelly commented 8 months ago

Tested in 22.12 - It's OK