Skip to content
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

Display meta.displayName in Dataset Explorer, if defined, and use it as the Search Filter target. #354

Open
1 task done
Don-Isdale opened this issue Mar 15, 2023 · 1 comment

Comments

@Don-Isdale
Copy link
Collaborator

Don-Isdale commented Mar 15, 2023

5979833 spreadsheet-read : handle Position being a string

  • [2-4H/6H] to enable more detailed and descriptive display names: if meta.displayName is defined, display it in Dataset Explorer, and use it as the Search Filter target.
    To enable filtering by author / Species / type of dataset / platform-assay / dataset name, all these may be combined into the .displayName
    This is a simple precursor to dataset collections, or grouping by species then type or vice versa.
    For example, it might be something like (not a real example) : "Forrest_2019 - Triticum aestivum - Genetic Map - 90k - Chara x Glenlea"
    Do this on a feature branch off develop instead of feature/ongoingGenotype as the latter will not be ready for release on pulses before the webinar.
    b3d9eeb spreadsheet upload : add AddMetadata
    b4c2a09 rename Display name column in AddMetadata worksheet to displayName. Alias .name to .displayName so it is displayed in Explorer and manage-dataset.
    de48df6 Apply a heuristic to recognise MS Excel Serial Date values and convert them to JavaScript Date.
    82c270d don't require Metadata worksheet.
    ceefb35 [/6H] re-enable Authorization header in GET /datasets/
    a3a53cc [/1H] sort datasets in Explorer by name.
    d9cf889 [/1H] sequence-search : show .displayName in list and use .id
    a391bb9 [/3H] drop alias from name to displayName, instead change each location which requires displayName

f489272 [/2H] configuration of vcfDir

60b19b3 [/0.5H] partially handle route switch from groups back to mapview.

    • handle these long names in Explorer : may need some horizontal scroll or wrap, instead of truncating long names.
@Don-Isdale
Copy link
Collaborator Author

Progressive screen-shots

after b4c2a09 :
Screenshot from 2023-03-17 12-56-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant