Schedules a PR in util/notify-channel.js with the scheduleHelpMeMessage and stores the scheduled message ID in database. When user finishes flow (selection yes/no for club leader), it deletes scheduled message and removes its ID from the database.
Also implements "stage" tracking so we can filter on the backend who is stuck on which stage of the onboarding process.
Schedules a PR in
util/notify-channel.js
with thescheduleHelpMeMessage
and stores the scheduled message ID in database. When user finishes flow (selection yes/no for club leader), it deletes scheduled message and removes its ID from the database.Also implements "stage" tracking so we can filter on the backend who is stuck on which stage of the onboarding process.