models
- state machine: https://github.com/pulibrary/plum/blob/master/app/models/state_workflow.rb
- callback to trigger state actions/notifications: https://github.com/pulibrary/plum/blob/master/app/models/concerns/common_metadata.rb#L35
- notifier: https://github.com/pulibrary/plum/blob/master/app/mailers/reviewer_mailer.rb
- validator: https://github.com/pulibrary/plum/blob/master/app/validators/state_validator.rb
view:
- state show view: https://github.com/pulibrary/plum/blob/master/app/views/curation_concerns/base/_attributes.html.erb#L17-L24
- state badge presenter: https://github.com/pulibrary/plum/blob/master/app/presenters/state_badge.rb
- state form: https://github.com/pulibrary/plum/blob/master/app/views/curation_concerns/base/_form_state.html.erb