IATI / IATI-Dashboard

A dashboard of various metrics, generated nightly from IATI data
http://dashboard.iatistandard.org
15 stars 20 forks source link

Elements in stats/dashboard are named incorrectly #171

Open Bjwebb opened 10 years ago

Bjwebb commented 10 years ago

.// is used when ./ should be.

This is due to a typo here https://github.com/IATI/IATI-Dashboard/blob/ceef89f775f9b5741f275814bd6a62aad044915a/data.py#L91 (//iati-activity/blah becomes .//blah instead of ./blah)

akmiller01 commented 2 years ago

Still an issue: http://dashboard.iatistandard.org/codelists.html

chrisarridge commented 1 month ago

@Bjwebb it's easy to make this fix in the Dashboard but we need to synchronise the change with a matching change in Stats.

Perhaps it might be useful for us to create a submodule, or come up with some other way to decouple them. Could we remove the codelist transformation in Stats (just use the bare paths as keys) and then just have the transformations in one place (Dashboard)?