Show withdrawn codelist codes as withdrawn
andylolz opened this issue · 9 comments
Currently codelist-item/@status
is ignored when building the docs site, and withdrawn codelist items are indistinguishable from active ones.
It would be helpful to visually distinguish withdrawn codelist items.
As an example, consider:
- withdrawn code
50000
(Other), - withdrawn code
52000
(Other), and - active code
90000
(Other)
…on the CRS Channel Codes list.
I guess there are four parts to this:
- HTML
- XML
- JSON
- CSV
The XML is already sorted. I’m not sure whether it’s desirable to fix the JSON or CSV.
My colleague just bumped into this problem (in d-portal), so I thought I’d bump it here.
The JSON and CSV is fixed in:
- IATI/IATI-Codelists#155 (v2.03)
- IATI/IATI-Codelists#156 (v2.02)
- IATI/IATI-Codelists#157 (v2.01)
- IATI/IATI-Codelists#158 (v1.05)
- IATI/IATI-Codelists#159 (v1.04)
Just to note that this issue was also flagged by Valerie from the DAC technical team.
Okay COOL – most of this is merged now 🙌
As mentioned here: #175 (comment), PRs weren’t originally sent for v1.04 or v1.05, because there were some small discrepancies and I wasn’t sure how the (erstwhile) tech team wanted these handled.
👏 👏 👏 This looks GREAT!