ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Increase title length from to 120 #116

Closed rsignell-usgs closed 7 years ago

rsignell-usgs commented 7 years ago

Right now the title length is too short to resolve the differences in many datasets, so they all appear identical, as here: 2016-12-02_5-44-12

If you click on the datasets you can see that the first is actually the A01 MET data, and the second is the A01 CTD data at 1 meter.

Since these titles already take up two lines anyway (at least on my browser) would there be harm in taking up some of that white space with more information that would increase the liklihood that the user might distinguish them?

Right now it appears the limit is set to something like 68. Perhaps increase to 120?

rsignell-usgs commented 7 years ago

When will this show up on the dev server? I don't see it yet: https://dev-catalog.ioos.us/dataset?q=a01

2016-12-04_20-50-30

lukecampbell commented 7 years ago

@rsignell-usgs we should be all set now. The code changes were made and integrated into the build on Friday but I don't update sites on Fridays. I just pushed the latest build to dev-catalog and it looks like it's all functional

https://dev-catalog.ioos.us/dataset?q=a01&sort=score+desc%2C+metadata_modified+desc&ext_bbox=&ext_prev_extent=-154.68749999999997%2C-80.17871349622823%2C154.68749999999997%2C80.17871349622823

screen shot 2016-12-05 at 10 54 21 am

rsignell-usgs commented 7 years ago

Okay. Looking good!

mwengren commented 7 years ago

:thumbsup: much better! Now, if we could only get that search count down somehow... stumped on that one.