This plugin adds project reviews to ColdFront.
$ uv pip install coldfront-project-review
Next add the plugin to the PLUGINS setting in your ColdFront configuration:
PLUGINS="coldfront_project_review"
FIELD_CHOICES="ras.Project.status+=pending,Pending,warning|reviewed,Reviewed,primary|denied,Denied,danger"
ALLOCATION_WORKFLOW="coldfront_project_review.flows.AllocationStatusWithProjectReviewFlow"
Apache 2.0