Lynton Mortgages

Protection Hub Documentation

System Reference for AI Analysis

Pipeline & Status System

The platform uses a dual-layer status system: a database status field and a currentStep field. These combine to determine the pipeline stage, human-readable labels, and what action the adviser needs to take.

Journey Statuses

StatusHuman LabelShort LabelColour
pendingHasn't opened the link yetLink sentMuted
in_progressWorking through the reviewIn progressPrimary
recommendations_sentWatching your recommendationsReviewingInfo
proceededReady to applyProtectedSuccess
parkedThinking about itThinkingWarning
declinedChose not to proceedNot proceedingDanger
follow_upFollow-up scheduledCheck-in dueWarning

Journey Steps

StepDescription
risk_realityReviewing the report
risk_reviewAnswering the questionnaire
risk_snapshotViewing their risk snapshot
educationExploring protection info
holdingWaiting for your recommendations
recommendationsReviewing your recommendations
compliancePre-application compliance
decisionMaking their decision
applicationApplication in progress
completedComplete

Adviser Action Logic

The Focus Queue uses this logic to determine what Rob needs to do:

ConditionActionUrgency
Step = holding, Status = in_progress"Waiting for your recommendations — record your Loom video"High
Status = pending, 7+ days since update"Hasn't opened the link — send a reminder?"Medium (High after 14 days)
Status = proceeded, 3+ days since update"Ready to apply — track the application"Medium
Client actively working through journeyNo action neededNone
Recommendations sent, client reviewingNo action neededNone

Pipeline Stage Mapping

Pipeline StageMapped From
Sentstatus = pending
In Progressstatus = in_progress AND step in (risk_reality, risk_review, risk_snapshot, education)
Ready to Advisestep in (holding, recommendations, compliance, decision, application, completed) OR status = recommendations_sent
Protectedstatus = proceeded
Thinking About Itstatus = parked
Not Proceedingstatus = declined