Open Issues Need Help
View All on GitHub Improve DCAT and Dublin Core mappings 2 months ago
AI Summary: Improve the DCAT and Dublin Core metadata mappings within the FAIR MAST data management system. This involves identifying and documenting necessary improvements to the existing mappings, likely based on feedback from @agbeltran, and then implementing those changes within the system's codebase.
Complexity:
4/5
help wanted
Add level1 URL redirect for level1 endpoints 2 months ago
AI Summary: Add a URL redirect for level 1 data endpoints in the FAIR MAST data management system. This involves modifying the existing FastAPI routes to accept both `/json/shots` and `/json/level1/shots` paths, directing them to the same function. This ensures consistency and allows for future expansion of the API.
Complexity:
2/5
enhancement good first issue