RFC: Automated curation checks#96
Merged
Merged
Conversation
Reconcile the automated curation-checks RFC against the actual code in invenio-checks, invenio-rdm-records, invenio-app-rdm, and zenodo-rdm: - Correct the Check/CheckConfig/CheckRun datamodel: title (not name), class-based registry, no params/sync/cancel/retry/refresh/update surface, Severity (I/W/F) and CheckRunStatus (P/R/C/E) enums, run timing columns. - Note the synchronous-only execution model and that checks re-run over the whole record (no incremental/field-scoped re-checking). - Document the actual error-result shape (flat errors list with a per-error context carrying only community); drop the unimplemented diagnostics/actions and top-level ui blocks, keeping them as future direction. - Flag the REST API and config service as not-yet-implemented stubs and record the partial service layer and admin-only permissions. - Add a concrete example from Zenodo's deployed EU community config (the declarative metadata rules and file_formats check, created directly in the DB), with priming for the EU/Zenodo/subcommunity concepts. - Vendor the 8 CodiMD figures under rfcs/0096/ with descriptive names and alt text, and fold in the weekly timeline.
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.
Before merging