You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metadata Upload: A form that accepts a JSON file with project details, including information that can be mapped to SDG indicators.
API Integration: Dynamic retrieval of SDG indicator data. The API response is an array of objects with properties such as "goal", "target", "code", "description", "tier", "uri” and a nested "series" array that holds additional indicator series details.
Comparison Module: Parse and cross-reference the uploaded metadata with the retrieved SDG indicators. For example, if a project references a particular target or code, the module should highlight the matching SDG goal(s).
Dynamic Updates: The interface should re-render automatically as the API data or the project metadata changes, ensuring that any expansion in the API is reflected immediately.
Modern UI/UX: Implementation of a form, taking into account accessibility and the user.
Documentation & Error Handling: Clear documentation on API integrations, metadata requirements and error handling.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: