-
Notifications
You must be signed in to change notification settings - Fork 13
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
GUI feedback when no result #444
Comments
Changes implemented in Genotype SearchDisplay a count of replies received for Chromosomes, and total number of SNPs in the results for all chromosomes of the dataset. aac5b89 genotype-search : display result counts |
Changes implemented in Feature SearchDisplay a count of Features found; previously this was displayed only when > 0. fb97d70 Feature Search : GUI feedback when no result Tested on localInitial styling; the badge style was not retained. Test with 0 results, i.e. searching for an invalid Feature name : |
part of #444 (as was previous commit aac5b89) goto-feature-list.js : matchAliasesChanged() : set .matchAliases = value, which is now target.checked not event. manage-genotype.js : vcfGenotypeReceiveResult() : resultCounts : log createdFeatures.length blast-results-view.js : showTable() : after promise is resolved, don't continue loop waiting for result. goto-feature-list.hbs : <input checkbox matchAliases : pass value='target.checked' to matchAliasesChanged (default arg wasxo event) instead of displaying .blocksOfFeatures.length when non-zero, display it when not .loading, and also display .aliases.length
This sub-issue is part of #443.
Motivation
The GUI presentation should distinguish between the situation in which a result has not been received, as distinct from a result which is empty.
Blast Search :
The text was updated successfully, but these errors were encountered: