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

Parent organization cannot be determined from child organization #52

Closed gjlawran closed 7 years ago

gjlawran commented 8 years ago

As a user, when I am viewing a child organization page (e.g. http://catalogue.data.gov.bc.ca/organization/enterprise-data-services ) I would like to be able to see the parent organization name and have a hyperlink to it, so that I know the context of the child organization and can quickly access the parent records.

Some example CKAN templates that implement the hierarchy extension include:

kfishwick commented 8 years ago

Currently the breadcrumb only shows the dataset org, not the parent.

image

Investigate adding the parent org to the breadcrumb (need to trim it and add "...") similar to when you click on the organization page.

Proposed style to deal with long names: image

The information does exist in the "Published by" row but it should also be in the breadcrumb.

h3devin commented 8 years ago

@gjlawran I've added the parent organization to all of the breadcrumb menus on organization pages, it looks like this (long organization names get trimmed): screen shot 2016-08-10 at 9 21 25 am

Did you want to add the parent organization to dataset pages breadcrumb as well?

Mbrownshoes commented 8 years ago

@kfishwick Yes, please add the parent organization to the dataset page breadcrumb as well. We would like the name of the record removed though, since we already have the record title. screen shot 2016-08-16 at 10 36 44 am