What?
The PMC participation enum in the model should be a boolean. The backend and frontend will both need to be updated.
Why?
The enum has values A, B, C, and D and is used to describe journal participation with the PMC. But that terminology is no longer used. Instead we just need to know whether or not a journal will submit an article to the PMC on behalf of the user.
How?
Need to update the model in the DSpace backend and the UI frontend. This will also require updates to the logic in the policy step.
Acceptance Criteria
Related Issues