pushed the onboarding module to production

This commit is contained in:
Kwesi Banson
2024-02-02 09:22:33 +00:00
parent 7a64019001
commit d4ab479e0c
9 changed files with 425 additions and 112 deletions

View File

@@ -0,0 +1,20 @@
INSERT INTO `client_onboarding_progress` (`name`, `stage_id`, `status`, `priority`, `client_id`, `created_at`, `updated_at`)
VALUES
('Determine Agreement (Bilateral/Unilateral)', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
('Agreement Sharing from Click', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
('Agreement Sharing from Partner', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
('Agreement Signed by Click', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
('Agreement Signed by Partner', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
('Agreement Fully executed', 1, 'COMPLETED', 1, 15, '2024-02-01 14:25:00', '2024-02-01 14:25:00'),
('Share Forms from Click/Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
('Intergration Initaited by Click/Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
('Integration troubleshooting by Click', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
('Integration troubleshooting by Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
('Integration complete', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
('Test in progress by Click', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
('Test in progress by Partner', 2, 'COMPLETED', 1, 15, '2024-02-01 14:25:19', '2024-02-01 14:25:19'),
('Rate Card Sharing by Click', 4, 'COMPLETED', 1, 15, '2024-02-01 14:25:43', '2024-02-01 14:25:43'),
('Rate Card Sharing by Partner', 4, 'COMPLETED', 1, 15, '2024-02-01 14:25:43', '2024-02-01 14:25:43'),
('Rates Uploaded by Click', 5, 'COMPLETED', 1, 15, '2024-02-01 14:25:48', '2024-02-01 14:25:48'),
('Tests Completed by Click', 3, 'COMPLETED', 1, 15, '2024-02-01 14:25:53', '2024-02-01 14:25:53'),
('Tests Completed by Partner', 3, 'COMPLETED', 1, 15, '2024-02-01 14:25:53', '2024-02-01 14:25:53');