Merged
Conversation
This was referenced Jun 3, 2025
|
For this concept ID C1000000010-CDDIS, the expected error message for EntryTitle doesn't show up. Please address before pushing to the dev/master. |
Collaborator
Author
|
For the concept ID C1000000010-CDDIS, the EntryTitle has been updated, and it differs from the ShortName. Reference: https://cmr.earthdata.nasa.gov/search/concepts/C1000000010-CDDIS.native. Due to the update on the Earthdata Search, we do not see the error flag for this record. |
Collaborator
Author
slesaad
reviewed
Oct 13, 2025
slesaad
approved these changes
Oct 13, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description of the PR - This is code change for the EntryTitle error. If the EntryTitle is similar to the Shortname with special characters '-' between the words, then PyQuARC should flag for the error. The entry title has to be detailed and should NOT be the same as a short name.
For the Entrytitle, the code changes are made in the
string_validator.pyandcheck_messages_override.json. Further, we updated the outdated files in thetest_downloader.pyandschema_validator.py. There was an outdated imports DraftValidator, and this has to be updated before every commit. The final code is test by runningpytest, and the run was successful before committing the code changes.To Reproduce
C1000000003-CDDIS --format umm-c
C1000000004-CDDIS --format umm-c
C1000000012-CDDIS --format umm-c
Expected behavior

EntryTitle and ShortName - PyQuARC should flag as a bug (RED) if the characters in the EntryTitle and ShortName are the same.