Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 563 Bytes

File metadata and controls

26 lines (17 loc) · 563 Bytes

ColdFront Project Review Plugin

This plugin adds project reviews to ColdFront.

Install

$ uv pip install coldfront-project-review

Next add the plugin to the PLUGINS setting in your ColdFront configuration:

PLUGINS="coldfront_project_review"

Add required settings in your ColdFront configuration file:

FIELD_CHOICES="ras.Project.status+=pending,Pending,warning|reviewed,Reviewed,primary|denied,Denied,danger"
ALLOCATION_WORKFLOW="coldfront_project_review.flows.AllocationStatusWithProjectReviewFlow"

License

Apache 2.0