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.
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.
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 ofdelta_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.