CodeForAfrica / openAFRICA

openAFRICA aims to be largest independent repository of open data on the African continent. This repo contains the primary deployment scripts and files. Accessible at https://openafrica.net/
https://openafrica.net/
GNU General Public License v3.0
28 stars 9 forks source link

Add Data Request button on openafrica home page. #6

Closed andela-onnenanya closed 6 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:

shemogumbe commented 6 years ago

So, the idea is to make users aware that they can request for a dataset.

DavidLemayian commented 6 years ago

Thanks @andela-onnenanya. This issue should be in https://github.com/CodeForAfrica/ckanext-openafrca/issues . Let's also ensure there is a way to check if data requests extension is activated before it shows the link to avoid 404 in a case where it isn't.

andela-onnenanya commented 6 years ago

@shemogumbe Exactly, to make users aware of the feature.

@DavidLemayian Ok, I've moved the issue to https://github.com/CodeForAfrica/ckanext-openafrca/issues