Based on the configuration in #2305 and the data model changes in #2312, we should modify the existing ReviewService in this repository to support creating a review request for new record versions beyond the first one.
If possible, we should aim to keep CommunitySubmission as the request type; we should avoid creating a new request type for non-first-version submission requests, as hopefully the existing one can be modified in a way that allows this.
All new functionality must be backward-compatible and must not require database migrations beyond the ones already done in #2312.
Based on the configuration in #2305 and the data model changes in #2312, we should modify the existing
ReviewServicein this repository to support creating a review request for new record versions beyond the first one.If possible, we should aim to keep
CommunitySubmissionas the request type; we should avoid creating a new request type for non-first-version submission requests, as hopefully the existing one can be modified in a way that allows this.All new functionality must be backward-compatible and must not require database migrations beyond the ones already done in #2312.