Website: add step to the /start questionnaire for users who don't want to use Fleet (#19514)

Closes: https://github.com/fleetdm/confidential/issues/6287

Changes:
- Added a new page to the /start questionnaire where users can let us
know they're not interested in using Fleet.
This commit is contained in:
Eric
2024-06-05 10:52:25 +09:00
committed by GitHub
parent 9ea69df576
commit 80a9ffeb69
4 changed files with 33 additions and 4 deletions
@@ -28,6 +28,7 @@ module.exports = {
'self-hosted-deploy',
'whats-left-to-get-you-set-up',
'how-was-your-deployment',
'thanks-for-checking-out-fleet',
]
},
formData: {
@@ -211,6 +212,8 @@ module.exports = {
} else if(['yes-recently-deployed'].includes(hasUsedFleetAnswer)){
psychologicalStage = '5 - Personally confident';
} else { require('assert')(false, 'This should never happen.'); }
} else if(currentStep === 'thanks-for-checking-out-fleet') {
psychologicalStage = '2 - Aware';
}//fi
}//fi