CodeForAfrica / ckanext-openafrica

A CKAN extension to style and add features to the openAFRICA platform. Accessible at http://openafrica.net
http://openafrica.net
GNU General Public License v3.0
10 stars 13 forks source link

Add Data Request button on openafrica home page. #26

Open andela-onnenanya opened 7 years ago

andela-onnenanya commented 7 years ago

Currently:

When you install ckanext-datarequest on your ckan instance, it shows the button for DATAREQUEST. But once ckanext-openafrica is installed, the button is overridden. Navigating to/datarequest show the page for requesting for dataset but the button is missing on the home page. see https://africaopendata.org/datarequest

Desired Behaviour:

A user should be able to see the datarequest button on the home page, which when clicked, should navigate to /datarequest.

Why This Issue is Important:

Without the button, the user may not have any clue that datasets can be requested for. Moreover, a user who is aware of datarequest will not have to type /datarequest but can easily navigate to the page by clicking on the button.

Notes:

.

andela-onnenanya commented 7 years ago

I'm currently working on this issue

andela-onnenanya commented 7 years ago

I have raised the PR. I also ensured that the user must be logged in for the button to be visible.