-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue: Data Pages grapher tasks #2668
Comments
@lucasrodes nice catch, I fixed it in one of my PRs. It should render markdown as HTML and show in a notebook (it'll fix line breaks too). Grapher rendering still won't work though. It's an issue on the grapher side. |
In the sources tab, the "link" field shows only links for the first origin, e.g. this chart (that shows only the link for population). Also, the "retrieved" field is also the one for population; in this case, there's an ambiguity, but maybe we should pick the latest date of all origins. |
I copy from here:
You can take a look here. |
|
|
Hi all! I'll edit the main issue description at the top to include all the points that you all added as comments so that this is easier to scan and reply to inline |
Issue:
Summary: Sometimes, we rely on multiple snapshots of the same data product to build a dataset. Take this example: http://staging-site-lucas/admin/datapage-preview/818629. Here, we display life expectancy from two data products: UN WPP and HMD. However, we got the data from UN WPP from three different snapshots. Therefore, in the "Sources and processing" section of the data page, we list four different entries: Three of these are equivalent because they refer to the same data product. Why are there three? Because there is a snapshot for "Both Sexes", "Females" and "Males". We should reduce these three to just one entry, maybe by checking that the |
Order of FAQs gets lost on insert to MySQL. Table Example: http://staging-site-mojmir/admin/datapage-preview/419298#faqs |
This issue was becoming too unwieldy - I have broken it up into several follow up issues that are split by topic: |
Tasks
Bugs to fix
Smaller rendering issues
How the producer of this data - undefined - describe this data?
dataset.update_period_days
and the current date (if it's passed, increase it by a month).attribution_short
andattribution
.Bigger stretch goals
Quality of life features
Open questions
The text fromThe fielddescription_processing
is not being surfaced anywhere in the data pages. This text is crucial to signal that the data being displayed is not directly the source's data but with our touch.description_processing
does appear in data pages. It wasn't so far because of a bug that Mojmir has fixed.description_key
must include the info indescription_short
. I think this shouldn't be the case. It should be possible that there is some overlap, but description short and key should be separate, and both important fields. Both should be shown in sources tab and data pages. I'd propose:(A) (Preferred) They should appear in separate places: Both in the data page and the sources tab, we first show the short description, followed by the bullet points of key info.
(B) The description short is rendered as the first point of the key info.
(A) (Preferred) "With minor processing by Our World in Data" & "With major processing by Our World in Data".
(B) "Imported by Our World in Data" & "Processed by Our World in Data".
(A) (Preferred) "[Main source] and other sources - Processed by Our World in Data"
(B) "Various source - Processed by Our World in Data"?
Sources tab items
Origin.description
doesn't render line breaks inSources and processing
tabData published by
from sources and origins might be non-unique - Duplicate mention below as "Names are repeated inThis data is based on the following sources
, because I used two files from the same author. Should I set this differently?"description_key
is not being surfaced in the sources tab.Obsolete points
I'll see what tasks I can do myself and where we need some help. cc @pabloarosado
The text was updated successfully, but these errors were encountered: