gi-kent-content / hca-tuatara

A little python-based web site for helping the wranglers and others track incoming single cell projects as they are brought into HCA. The Tuatara has an extra eye which comes in handy in this project.
MIT License
2 stars 1 forks source link

COVID-19 dashboard: shortName and popover #27

Closed claymfischer closed 3 years ago

claymfischer commented 4 years ago

1) The shortname should be truncated (not sure how many characters, perhaps 75?) 2) When hoving over the shortName, the title and description should be displayed.

We don't want to overload the popover. Maybe in the future we could have 'date created' and 'date last modified', but additional stuff is considered out of scope for now.

willrockout commented 4 years ago

@claymfischer I've implemented the popover but a lot of the descriptions are super lengthy. How long should they before I truncate them? I can truncate by words or character counts.

willrockout commented 3 years ago

Added to COVID-19 dashboard with descriptions truncated to 100 words.