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

As an Open Data Hub Data Browser user I want a guideline on how the search and filters works, to easily find the data I'm looking for #368

Closed sseppi closed 1 year ago

sseppi commented 1 year ago

After an internal discussion we decided to put for the moment collect How To of the Data Browser the a wiki section of the repository of the Data Browser: https://github.com/noi-techpark/it.bz.opendatahub.databrowser/wiki I created the home page and the page for the How To for the filter and search functionality: https://github.com/noi-techpark/it.bz.opendatahub.databrowser/wiki/How-To-Filter-and-Search

The next steps of this issue are:

In further iterations the team will consider if it would be better to continue to use the wiki page in git to collect the how to or create a dedicated section in the Open Data Hub Data Browser itself.

pkritzinger commented 1 year ago

Structure for Usage of filters in wiki:

Access and purpose: Describe that the filters can be accessed in each column of the table view in order to search and quickly find specific data. Extent of functionality: Describe the feature-extent of the filters, i.e. That the variable/ column the user wants to filter for can be selected, the respective operator can be selected and the filter value can be inserted (integrate screenshot). Let users know that filters are always combined with a &-condition and provide an example. Limitations of filters: Describe, when filters work (i.e. when the correct filter term is inserted) and when they do not work (i.e. when a value is inserted that does not consider the value provided by the API). --> Let users know, where they can find additional information on which values are transmitted by the API and provide a link to that section. Potential issues and challenges: Describe potential issues and challenges the user could face, e.g.: Filters in combination with search do not work. Support & feedback: Provide contact information or links to support resources. Encourage users to provide feedback/ potentials for optimization on the filter functionality.

d3liaa commented 1 year ago

@pkritzinger @sseppi you can view the updated documentation here https://github.com/noi-techpark/it.bz.opendatahub.databrowser/wiki/How-To-Filter-and-Search

I haven't inserted the part "let users know, where they can find additional information on which values are transmitted by the API and provide a link to that section." because I'm not sure if there is any documentation on it

If i missed something or want something changed, let me know :)

gappc commented 1 year ago

@d3liaa thank you for your work, looks good to me :+1:

@delia @sseppi @pkritzinger I have now added the "Info" icons and popovers to search and filters in the table toolbox (see image below). Example: https://databrowser.opendatahub.testingmachine.eu/dataset/table/tourism/v1/Accommodation

Please check if it works as intended.

image

pkritzinger commented 1 year ago

Hi @d3liaa Thank you very much for the wiki-documentation, it looks supergood - I like it! Some feedbacks:

d3liaa commented 1 year ago

Hi @pkritzinger :) thank you for the feedback! I implemented the changes. By partial matches, I mean that you don't have to have the complete text to find a match. For example, if you have the title: "Titolo di un film" if you search : "film", "f", "titolo", "un" etc.. It will show up in the search instead in the filter to have a match you would have to input: "Titolo di un film" or it won't shop up. Hopefully its clearer now :)

pkritzinger commented 1 year ago

Thanks @d3liaa it's crystal clear now ;)

pkritzinger commented 1 year ago

@gappc regarding the info-icon and popover: Could you pls. add the "x" to the popover? Especially on mobile devices it may be hard to close the popover again. Further, Access to Hotjar lies in the foreground of the popover. Could we pls. bring the popover to the front?

sseppi commented 1 year ago

@gappc during the meeting has been decided to put the "x" on all popover.

gappc commented 1 year ago

@sseppi @pkritzinger done as of 1cec6a64c4ec1ba4c6857c21ee1ae56474eb2ced

You can take a look at it e.g. here: https://databrowser.opendatahub.testingmachine.eu/dataset/table/tourism/v1/Article

If the implementation and search / filter guideline are ok, then please close this issue.

sseppi commented 1 year ago

@gappc If I got it right, we can move the issue in the review lane?

sseppi commented 1 year ago

For the moment the documentation about filters and search seems to be complete. In case of need to improve documentation a new issue will be opened.