Skip to content
New issue

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

Adding additional status options for the curation webapp #417

Merged
merged 15 commits into from
Oct 9, 2023

Conversation

bishwaspraveen
Copy link
Contributor

@bishwaspraveen bishwaspraveen commented Sep 29, 2023

The old statuses (curation_status) were as follows :

  NEEDS_SCRAPING = 1, "Needs Scraping"
  READY_TO_CURATE = 2, "Ready to Curate"
  BEING_CURATED = 3, "Being Curated"
  DELETE_COMBINE_COLLECTION = 7, "Delete/Combine Collection"
  NEEDS_RESCRAPING = 4, "Needs Rescraping"
  CURATED = 5, "Curated"
  GITHUB_PR_CREATED = 8, "GitHub PR Created"
  IN_PROD = 6, "In Production"

The new statuses (workflow_status) are as follows :

  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 and Ready to Curate"
  BEING_CURATED = 6, "Curation in Progress"
  CURATED = 7, "Curated"
  FINAL_CODE_REVIEWED = 8, "Final Code Reviewed"
  DEPLOYED_TO_TEST = 9, "Deployed To Test"
  RUNNING_ON_TEST_COMPLETED = 10, "Completed Running On Test Server"
  QUALITY_CHECK_IN_PROGRESS = 11, "Quality Check In Progress"
  QUALITY_CHECK_FINISHED = 12, "Quality Check Completed"
  DEPLOYED_TO_PROD = 13, "Deployed To Production"
  FINISHED_RUNNING_ON_PROD = 14, "Finished Running on Production"

The old statuses have not been removed from the pipeline yet. The new statuses have been conditionally integrated into the website such that for a user to push the curated collection to GitHub, both curation_status and the workflow_status have to be set to tag "Curated".

@bishwaspraveen bishwaspraveen linked an issue Sep 29, 2023 that may be closed by this pull request
@bishwaspraveen bishwaspraveen marked this pull request as ready for review October 4, 2023 19:16
@bishwaspraveen bishwaspraveen self-assigned this Oct 4, 2023
@CarsonDavis CarsonDavis merged commit b7a2c2c into dev Oct 9, 2023
@CarsonDavis CarsonDavis deleted the 410-adding-additional-status-on-the-curation-app branch October 9, 2023 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding additional status on the Curation app
2 participants