noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
8 stars 7 forks source link

Keep sorting, filters and serach while navigating back from a Detail/Raw/Edit view back to the Table view. #342

Closed sseppi closed 1 year ago

sseppi commented 1 year ago

Actual Behaviour

  1. Access table view of a dataset
  2. Apply a searchfilter
  3. Access a Detail/Edit/Raw view of one result of the search
  4. Go back to the Table view by using the Table view button
  5. The table view shows all records without any filter Note: by pressing the back button of the browser the searchfilter is kept.

Desied Future Behaviour

  1. Access table view of a dataset
  2. Apply a searchfilter
  3. Access a Detail/Edit/Raw view of one result of the search
  4. Go back to the Table view by using the Table view button
  5. The table view shows the record filtered/sorted as the user setted p before

Note: this feature must keep also the sorting and the filters as soon as they are implemented.

gappc commented 1 year ago

@sseppi fixed as of 7c08a9fc8937aeee77ef43287d3cf4adc9ad0116, please check if it works as intended

sseppi commented 1 year ago

@gappc by doing a first round of checks, it seems to work as expected.