-
Notifications
You must be signed in to change notification settings - Fork 9
Add new fields to /api/country_scoring/:country_id and change response format #325
Comments
@oncletom the tabular approach was thought to be able to build the FE view based on a fixed number of columns + an arbitrary number of boolean with their proper associated question, using this feature add or remove questions not requires FE changes. |
I understand. In practice, in the frontend code, there are many areas to deal with when a new question is added. I find it easier to work everything the same way, as lists of objects.
Perfect 👍 |
Up as this is relevant for discussion on indicators and performance improvement cc @nastasi-oq @CIMAManuel |
One remark, we should continue to separate question Y/N and related text fields as those are in the end general metadata for the dataset, providing evidence but not related only to the question. |
And #418 scratch the surface that "Yes/No" does not encompass the "I don't know"/"Not applicable"/"Not clear"—at least regarding the license (there is no license but it's still free to (re)use). |
To implement #307, ideally, new fields would be added to the
/api/country_scoring/:country_id
route:is_existing_txt
(Organisation Name)is_prov_timely_last
(Date of last known dataset update)@pzwsk mentioned
notes
but this can be a very large field so I wonder if that's relevant to include in a one liner description. Eg:I suggest returning a response which looks like this:
Instead of:
What do you think @nastasi-oq?
The text was updated successfully, but these errors were encountered: