-
Notifications
You must be signed in to change notification settings - Fork 2
Filtering: Hierarchical menus unsuitable for non-hierarchical tags #30
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
Comments
I find it very problematic that time pressures make us put resources into developments that are not reusable. A few months ago, in Berlin, we were precisely addressing this structuring problem and have spoken about not using an hierarchical, but flat structure, with simple and flexible API endpoints for the filters/queries. Lets please focus on building a flat/agnostic structure that was collectively planned, in order to make it reusable in broader contexts. And explain the project partners why some deliverables need to wait for others to get ready, negotiate, esp. @josefkreitmayer, cc @almereyda @species - looking at how much unnecessary complexity and rigid structures we are adding by looking at #23 makes me feel that we are not going the right way. |
Ah, I think, there is a conceptual misunderstanding. The structure we are building is actually agnostic. Categories and Subcategories, that any partner wants to build from the stack can be refurbished with any types of initiatives. We devided the data accordingly. Filtersets in Wikibase. Types_of_initiatives with the Geo-Data.
The case we currently do not want to put attention to, is that one Type_of_Initiative is represented in several Categories or Sub-Categories in the same interface. That might be worth a short cosideration, as @species mentioned: "Which of the relating categories will be shown opened, if someone forwards the permalink?". That is the only issue, that is not yet resolved, but as well not as crucial I suppose, as what I interprete, that your - well understandable - concern is. @matt-wallis does that address and clarify the concern? best |
I don't know @josefkreitmayer, because you have expressed things in terms of the current implementation and I do not have the time to get to grips with this level of detail. I asked the question in issue #23 because alarm bells were ringing in my head when tree structures were mentioned to model data which may be less structured than this. Perhaps I have misunderstood. If @gandhiano 's comment:
has been addressed in this implementation, then I have misunderstood. But the terms "categories" and "sub-categories" leave me in doubt. The following use-case provides one example, independent of any implementation details:
In this example, "Fair trade", "Food", "Clothing" and "Co-op" are not in a natural hierarchy, they are just labels that can be associated with an outlet. |
You are right. @josefkreitmayer: @keikreutler will try to work with the 'flat' structure as exported by wikibase (taxonomy.json) from now on, because its format doesn't impose any hierarchical structure. We will meet again in Mumble on Friday, June 10th, 16:00 CEST. |
ping @keikreutler ? |
implementation and documentation moved here: https://github.com/TransforMap/transformap-viewer |
The following comment was originally made by @matt-wallis in issue #23:
The reply from @species was:
The reason for asking this question is that the tags (e.g. "Food", "Fair Trade") assigned to an item on the map do not themselves have a natural ordering (containment relationship). Is "Food" a subcategory of "Fair trade", or is "Fair trade" a subcategory of "Food"? Different users can have different answers to this question. In general, the answer is "neither". If we impose an ordering by using a hierarchical menu system, then we have invented a new thing (the ordering) that the user has to understand in order to use the system, and we may not provide the filtering that the user wants.
Alternative UI elements that do not impose ordering should be considered. e.g. checkboxes.
The text was updated successfully, but these errors were encountered: