-
Notifications
You must be signed in to change notification settings - Fork 17
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
Autocomplete/search results need to be tuned to be maximally intuitive #132
Comments
Once the engineering bits of #131 are handled, we'll need a consistent target list (all desired outcomes are possible) to work with and try to achieve it with tuning. |
Val's cdc2 vs. cdc20 is another good example. |
Here's the main issue. There are dozens of genes called foo. The labels is unique (more or less...) within a species, but shared across species. A user typing 'foo' sees all these in a random order. Sometimes you can guess what the species is by whether it's foo Foo or FOO. But this is rubbish. This will get worse as we add more organisms. The organism most people want (e.g. human) may be buried beyond the available list.
|
This is fundamentally related to the search reworking in berkeleybop/bbop-js#16. |
More good examples in: |
Should we split this ticket to get separate specs for bioentities vs classes? There are similarities and differences. For bioentities the species issue is paramount (see comments above, the Noctua AC is a massive improvement). The class requirements have not been stated, first pass:
|
This covers a lot or ground, but the idea is that autocomplete and search results should be very intuitive for the majority of users.
The bulk of the solution may be connected to #131, and the simplified constructs around it. The rest will likely be tuning the new fields/parameters to get the desired "intuitive" results.
The text was updated successfully, but these errors were encountered: