NASA-IMPACT / COSMOS

COSMOS is a web application designed to manage collections indexed in NASA's Science Discovery Engine (SDE), facilitating precise content selection and allowing metadata modification before indexing.
https://sde-indexing-helper.nasa-impact.net/
3 stars 1 forks source link

Implement ML Tags Backend in COSMOS #1081

Open Kirandawadi opened 3 weeks ago

CarsonDavis commented 1 week ago

Can you remove the switch functionality for now? Also, can you move the choice field declaration into the collection_choice_fields.py. Make sure to follow the style in that file. Add a null value, so a url can be none of the 35 TDAMM categories. Rewrite the tests so that it will use the BaseUrl inside of delta_urls.py. The core field functionality can be tested against the DeltaUrl class.

there are some other tests that this needs to pass as well. I don't know if you need to add test cases, or just run them. Read the files and decide for yourself.