mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #192 from Hestia-Homes/feature/update_live_tracking
add more deal stages for hubspot
This commit is contained in:
commit
2cbded6d87
1 changed files with 36 additions and 9 deletions
|
|
@ -24,15 +24,42 @@ import {
|
|||
// Stage ID -> raw label mapping
|
||||
// -----------------------------------------------------------------------
|
||||
const STAGE_ID_MAP: Record<string, string> = {
|
||||
"1617223910": "Scope & Planning",
|
||||
"3583836399": "Scope & Planning",
|
||||
"3589581001": "Booking in Progress",
|
||||
"1984401629": "Assessment in Progress",
|
||||
"2628233422": "AFTER_ASSESSMENT",
|
||||
"2702650617": "AFTER_ASSESSMENT",
|
||||
"2473886962": "AFTER_ASSESSMENT",
|
||||
"1668803774": "AFTER_ASSESSMENT",
|
||||
"1887735998": "Queries",
|
||||
"1617223910": "Scope & Planning", //[Ops] Backlog
|
||||
"3583836399": "Scope & Planning", //[Ops] Route Planning
|
||||
"3589581001": "Booking in Progress", // [Bookings] Ready for Bookings Team
|
||||
"3569878239": "Booking in Progress", //[Bookings] Send initial booking SMS
|
||||
"1617223911": "Booking in Progress", // [Bookings] Send Email
|
||||
"1984184569": "Booking in Progress", // [Bookings] Phone booking
|
||||
"3569572028": "Booking in Progress", // [Bookings] Preferences received from Tenant
|
||||
"3570936026": "Booking in Progress", // [Bookings] Send Confirmation Comms
|
||||
"3680650446": "Booking in Progress", //[Bookings] Manual Confirmation Comms Required
|
||||
"2663668937": "Queries", //[Bookings/Sales] Booking issues - needs HA support
|
||||
"1984401629": "Queries", //[Bookings/Ops/Sales] No Contact Details - Ready for Route
|
||||
"1617223912": "Assessment in Progress", //[Ops] Ready for Assignment to Route
|
||||
"1617223913": "Assessment in Progress", //[Ops] Survey in Progress
|
||||
"2558220518": "Assessment in Progress", // [Ops] Not attempted - needs reallocation
|
||||
"3474594026": "Booking in Progress", //[Ops/Bookings] Rebooked - Needs updating
|
||||
"3206388924": "Assessment in Progress", //[Ops] Surveyed - Pending Upload from Surveyor (Up to Khalim + Kev as debatable)
|
||||
"1617223915": "Queries", //[Ops] No Access - Need Sign Off
|
||||
"1617223917": "Queries", //[Ops] No Access - No Revisit
|
||||
"1887735998": "Queries", //[Ops] Not Viable
|
||||
"3061261536": "Queries", //[Sales/Tech] Major condition issue
|
||||
"3948185842": "AFTER_ASSESSMENT", //[Admin] Admin to check all paperwork for external comms
|
||||
"1617223914": "AFTER_ASSESSMENT",// [Ops]Surveyed in Pashub, Transit Job to Co-ordination
|
||||
"1617223916": "Queries", // [Ops] Properties to Review Manually
|
||||
"2628341989": "Assessment in Progress", //[Ops] Assessment needs correction
|
||||
"3441170637": "AFTER_ASSESSMENT", //[Ops] Awaiting PV Design
|
||||
"2628233422": "AFTER_ASSESSMENT", //[Coordination] Ready for coordination
|
||||
"1887735999": "AFTER_ASSESSMENT", //[Ops] Needs HA Works
|
||||
"1960060104": "Queries", //[Ops] HA Informed
|
||||
"1960060105": "Queries", //[Ops] HA Works Scheduled
|
||||
"1960060106": "AFTER_ASSESSMENT", //[Ops] HA Works Complete
|
||||
// "1668803772": "", //[Ops] ERF Delivered to HA
|
||||
// "1668803773": "", //[Ops] ERF Signed
|
||||
// "2769407183": "", //[Ops] PV - Needs Heating Upgrade (Pre EPR D)
|
||||
"2769407184": "Queries", //[Ops] Talk to client, Needs Heating Upgrade (Pre EPR C)
|
||||
"2702650617": "AFTER_ASSESSMENT", //[Design] Ready for Design
|
||||
"2473886962": "AFTER_ASSESSMENT", //[Design] Design in progress
|
||||
};
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue