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

Add updatable QA reviewStatus field to crawls #1575

Merged
merged 2 commits into from Mar 6, 2024

Conversation

tw4l
Copy link
Contributor

@tw4l tw4l commented Mar 5, 2024

Fixes #1539

Adds reviewStatus field to BaseCrawl model, updatable via the crawl update API endpoint. Acceptable values are "good", "acceptable" or "failure", enforced by an Enum.

Added to BaseCrawl so that we can extend support to uploads more easily later on, but for now we'll only display this for crawls in the frontend.

@tw4l tw4l requested a review from ikreymer March 5, 2024 18:36
@tw4l tw4l changed the title Issue 1539 qa review status Add updatable QA reviewStatus field to crawls Mar 5, 2024
@ikreymer ikreymer merged commit c20e754 into main Mar 6, 2024
4 checks passed
@ikreymer ikreymer deleted the issue-1539-qa-review-status branch March 6, 2024 00:49
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.

Add QA review status to crawl
3 participants