fix(audit): interests/pipeline — M1 (outcome terminal guard), M3 (single-UPDATE + milestone gating), L1 (dead 'completed'), L2 (nurturing edge), L24 (deposit re-lock on refund)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -138,7 +138,9 @@ export const STAGE_WEIGHTS: Record<PipelineStage, number> = {
|
||||
* and can re-enter the EOI path when supply opens up.
|
||||
*/
|
||||
export const STAGE_TRANSITIONS: Record<PipelineStage, readonly PipelineStage[]> = {
|
||||
enquiry: ['qualified', 'eoi'],
|
||||
// L2: include `nurturing` so a fresh enquiry can be parked straight into
|
||||
// the nurturing column without first round-tripping through `qualified`.
|
||||
enquiry: ['qualified', 'nurturing', 'eoi'],
|
||||
qualified: ['enquiry', 'nurturing', 'eoi'],
|
||||
nurturing: ['qualified', 'eoi'],
|
||||
eoi: ['qualified', 'reservation', 'deposit_paid'],
|
||||
|
||||
Reference in New Issue
Block a user