ioos / ckanext-ioos-theme

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

Revisit Feedback Buttons #185

Closed mwengren closed 5 years ago

mwengren commented 5 years ago

We need to revisit how the feedback button functionality should work in Catalog.

At the moment, on the new CKAN 2.8 version, there are three buttons when a user has a dataset page open. Example here.

The red button on the left and the top banner button both redirect to a form page with an empty 'Dataset ID' label, whereas the button in the dataset template area redirects to a view with info specific to the dataset.

We should streamline how feedback functionality works in general and reduce the number of buttons.

Ideally, the left button could replace all others and vary behavior based on the page/view it was called from.

Tagging this for next release/milestone, how it is currently is fine for release of new CKAN 2.8 Catalog this week.

mwengren commented 5 years ago

@benjwadams Let's try to address the comments in this issue wrt to feedback at the same time as the other issue (#183). Specifically:

I don't know if this is doable or not, but what we have currently is confusing.

benjwadams commented 5 years ago

Implemented by #197, will close once that issue has been merged.