Skip to content

feat(reviews): add config for record version review policy#2324

Open
palkerecsenyi wants to merge 1 commit intoinveniosoftware:masterfrom
palkerecsenyi:record-review-config
Open

feat(reviews): add config for record version review policy#2324
palkerecsenyi wants to merge 1 commit intoinveniosoftware:masterfrom
palkerecsenyi:record-review-config

Conversation

@palkerecsenyi
Copy link
Copy Markdown
Member

Closes #2305

I am happy to make changes to the structure of this config or the general approach to the task of allowing per-record-version reviews. We should try to make changes now before we "lock in" the structure of the config.

See the discussion for more details.


  • Added a new class to define a policy for whether a new version draft of an existing record should trigger a community submission request.
  • The default behaviour is to never trigger a request for new versions (which is the current behaviour).
  • The implementation of this policy will come in later PRs.
  • The configured policy can be changed easily using a new config variable by inheriting from the class and overriding the method.

* Added a new class to define a policy for whether a new version draft
of an existing record should trigger a community submission request.
* The default behaviour is to never trigger a request for new versions
(which is the current behaviour).
* The implementation of this policy will come in later PRs.
* The configured policy can be changed easily using a new config
variable by inheriting from the class and overriding the method.
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.

Update config structure for record review requests

1 participant