We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the revamped list of all the statuses that are going to be on the latest version of curation app :
COLLECTION_CREATED = 1, "Collection Created"
UNENGINEERED = 2, "Unengineered"
ENGINEERING_IN_PROGRESS = 3, "Engineering In Progress"
ENGINEERING_DONE_NO_URLS = 4, "Engineering Completed But No URL's Yet"
URLS_DONE = 5, "URL'S Generated"
READY_FOR_CURATION = 6, "Ready For Curation"
BEING_CURATED = 7, "Being Curated"
CURATED = 8, "Curated"
FINAL_CODE_REVIEWED = 9, "Final Code Reviewed"
DEPLOYED_TO_TEST = 10, "Deployed To Test"
RUNNING_ON_TEST_COMPLETED = 11, "Completed Running On Test Server"
QUALITY_CHECK_IN_PROGRESS = 12, "Quality Check In Progress"
QUALITY_CHECK_FINISHED = 13, "Quality Check Completed"
DEPLOYED_TO_PROD = 14, "Deployed To Production"
FINISHED_RUNNING_ON_PROD = 15, "Finished Running on Production"
The text was updated successfully, but these errors were encountered:
CarsonDavis
bishwaspraveen
Successfully merging a pull request may close this issue.
Here is the revamped list of all the statuses that are going to be on the latest version of curation app :
The text was updated successfully, but these errors were encountered: