bcgov / ckanext-bcgov

BC Data Catalogue source code, main ckan extension
http://catalogue.data.gov.bc.ca
GNU Affero General Public License v3.0
24 stars 23 forks source link

Don't truncate the dataset abstract in the dataset's resource pages. Or at least include much more text in the truncated version. #679

Open mdunhamwilkie opened 5 years ago

mdunhamwilkie commented 5 years ago

User Story

As a data seeker,
I want to be able to see the full dataset abstract when I look at a resource>
so that I will have a better understanding of what the resource is all about.

Example:

https://catalogue.data.gov.bc.ca/dataset/north-cowichan-open-data-package/resource/91b284c4-d24e-4fb1-a304-78824b920d40

image.png

mdunhamwilkie commented 5 years ago

Need to do some analysis on the maximum and average lengths of the "Description" field in the dataset record, Then we can decide whether to include the full description or continue to truncate it, and if we truncate it then how much do we provide before truncating. Leaving it as is and adding a popup (like we do in the Organization field fix) might be a solution as well.