Skip to content

Added PPRProposal creation to first-time Proposal submission

Sam Kagan requested to merge STT-1149-pprprop-creation-on-prop-submission into main

Specifically, added PPRP creation to Draft -> Submitted Proposal state change.

Along the way:

  • Added unique constraint on PPRP table for proposal_id
  • Added by_proposal_id method for PPRP repo

Merge request reports