zilmate 1.7.2 → 1.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +36 -36
- package/README.md +503 -503
- package/SDK.md +320 -320
- package/agent-docs.md +276 -276
- package/dist/agents/automation-planner.agent.d.ts.map +1 -1
- package/dist/agents/coding.agent.d.ts +18 -0
- package/dist/agents/coding.agent.d.ts.map +1 -1
- package/dist/agents/finance.agent.d.ts +60 -0
- package/dist/agents/finance.agent.d.ts.map +1 -0
- package/dist/agents/finance.agent.js +30 -0
- package/dist/agents/finance.agent.js.map +1 -0
- package/dist/agents/manager.d.ts +94 -1
- package/dist/agents/manager.d.ts.map +1 -1
- package/dist/agents/manager.js +102 -36
- package/dist/agents/manager.js.map +1 -1
- package/dist/agents/swarm/engineering/qa.d.ts +3 -0
- package/dist/agents/swarm/engineering/qa.d.ts.map +1 -0
- package/dist/agents/swarm/engineering/qa.js +19 -0
- package/dist/agents/swarm/engineering/qa.js.map +1 -0
- package/dist/agents/swarm/growth/seo.d.ts +3 -0
- package/dist/agents/swarm/growth/seo.d.ts.map +1 -0
- package/dist/agents/swarm/growth/seo.js +19 -0
- package/dist/agents/swarm/growth/seo.js.map +1 -0
- package/dist/agents/swarm/main.d.ts +22 -0
- package/dist/agents/swarm/main.d.ts.map +1 -0
- package/dist/agents/swarm/main.js +65 -0
- package/dist/agents/swarm/main.js.map +1 -0
- package/dist/agents/swarm/operations/finance.d.ts +3 -0
- package/dist/agents/swarm/operations/finance.d.ts.map +1 -0
- package/dist/agents/swarm/operations/finance.js +19 -0
- package/dist/agents/swarm/operations/finance.js.map +1 -0
- package/dist/agents/swarm/registry.d.ts +4 -0
- package/dist/agents/swarm/registry.d.ts.map +1 -0
- package/dist/agents/swarm/registry.js +361 -0
- package/dist/agents/swarm/registry.js.map +1 -0
- package/dist/cli/chat.d.ts +2 -0
- package/dist/cli/chat.d.ts.map +1 -0
- package/dist/cli/chat.js +61 -0
- package/dist/cli/chat.js.map +1 -0
- package/dist/cli/composer.d.ts.map +1 -1
- package/dist/cli/composer.js +54 -4
- package/dist/cli/composer.js.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +13 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/format.d.ts.map +1 -1
- package/dist/cli/format.js +46 -53
- package/dist/cli/format.js.map +1 -1
- package/dist/cli/interactive.d.ts.map +1 -1
- package/dist/cli/interactive.js +51 -6
- package/dist/cli/interactive.js.map +1 -1
- package/dist/cli/models.d.ts +1 -1
- package/dist/cli/models.d.ts.map +1 -1
- package/dist/cli/models.js +21 -21
- package/dist/cli/models.js.map +1 -1
- package/dist/cli/prompt.d.ts +2 -2
- package/dist/cli/prompt.d.ts.map +1 -1
- package/dist/cli/prompt.js +58 -14
- package/dist/cli/prompt.js.map +1 -1
- package/dist/cli/render.d.ts.map +1 -1
- package/dist/cli/render.js +25 -17
- package/dist/cli/render.js.map +1 -1
- package/dist/cli/setup.d.ts +1 -0
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +74 -2
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/swarm.d.ts +4 -0
- package/dist/cli/swarm.d.ts.map +1 -0
- package/dist/cli/swarm.js +21 -0
- package/dist/cli/swarm.js.map +1 -0
- package/dist/cli/theme.d.ts +67 -1
- package/dist/cli/theme.d.ts.map +1 -1
- package/dist/cli/theme.js +66 -4
- package/dist/cli/theme.js.map +1 -1
- package/dist/cli/tunnel.d.ts.map +1 -1
- package/dist/cli/tunnel.js +2 -1
- package/dist/cli/tunnel.js.map +1 -1
- package/dist/cli/voice.js +11 -11
- package/dist/cli/welcome.d.ts.map +1 -1
- package/dist/cli/welcome.js +2 -0
- package/dist/cli/welcome.js.map +1 -1
- package/dist/config/model-store.d.ts +1 -1
- package/dist/config/model-store.d.ts.map +1 -1
- package/dist/config/model-store.js +14 -1
- package/dist/config/model-store.js.map +1 -1
- package/dist/config/models.d.ts +7 -0
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +30 -6
- package/dist/config/models.js.map +1 -1
- package/dist/documents/pdf.d.ts.map +1 -1
- package/dist/documents/pdf.js +143 -41
- package/dist/documents/pdf.js.map +1 -1
- package/dist/index.js +19 -1
- package/dist/index.js.map +1 -1
- package/dist/jobs/anomaly.js +5 -5
- package/dist/memory/heal.js +43 -43
- package/dist/observability/doctor.d.ts +3 -0
- package/dist/observability/doctor.d.ts.map +1 -0
- package/dist/observability/doctor.js +33 -0
- package/dist/observability/doctor.js.map +1 -0
- package/dist/observability/usage.d.ts +13 -0
- package/dist/observability/usage.d.ts.map +1 -0
- package/dist/observability/usage.js +34 -0
- package/dist/observability/usage.js.map +1 -0
- package/dist/runtime/chat-bridge.d.ts +32 -0
- package/dist/runtime/chat-bridge.d.ts.map +1 -0
- package/dist/runtime/chat-bridge.js +92 -0
- package/dist/runtime/chat-bridge.js.map +1 -0
- package/dist/runtime/confirm.d.ts.map +1 -1
- package/dist/runtime/confirm.js +12 -2
- package/dist/runtime/confirm.js.map +1 -1
- package/dist/runtime/progress.d.ts.map +1 -1
- package/dist/runtime/progress.js +3 -1
- package/dist/runtime/progress.js.map +1 -1
- package/dist/runtime/prompts/builder.d.ts +11 -0
- package/dist/runtime/prompts/builder.d.ts.map +1 -0
- package/dist/runtime/prompts/builder.js +29 -0
- package/dist/runtime/prompts/builder.js.map +1 -0
- package/dist/runtime/registry.d.ts +14 -0
- package/dist/runtime/registry.d.ts.map +1 -0
- package/dist/runtime/registry.js +39 -0
- package/dist/runtime/registry.js.map +1 -0
- package/dist/runtime/storage/interface.d.ts +16 -0
- package/dist/runtime/storage/interface.d.ts.map +1 -0
- package/dist/runtime/storage/interface.js +19 -0
- package/dist/runtime/storage/interface.js.map +1 -0
- package/dist/runtime/storage/local.d.ts +12 -0
- package/dist/runtime/storage/local.d.ts.map +1 -0
- package/dist/runtime/storage/local.js +48 -0
- package/dist/runtime/storage/local.js.map +1 -0
- package/dist/runtime/storage/redis.d.ts +11 -0
- package/dist/runtime/storage/redis.d.ts.map +1 -0
- package/dist/runtime/storage/redis.js +21 -0
- package/dist/runtime/storage/redis.js.map +1 -0
- package/dist/runtime/swarm/reports.d.ts +9 -0
- package/dist/runtime/swarm/reports.d.ts.map +1 -0
- package/dist/runtime/swarm/reports.js +43 -0
- package/dist/runtime/swarm/reports.js.map +1 -0
- package/dist/runtime/swarm.d.ts +38 -0
- package/dist/runtime/swarm.d.ts.map +1 -0
- package/dist/runtime/swarm.js +110 -0
- package/dist/runtime/swarm.js.map +1 -0
- package/dist/runtime/telemetry.d.ts +15 -0
- package/dist/runtime/telemetry.d.ts.map +1 -0
- package/dist/runtime/telemetry.js +25 -0
- package/dist/runtime/telemetry.js.map +1 -0
- package/dist/runtime/tool-utils.d.ts +12 -0
- package/dist/runtime/tool-utils.d.ts.map +1 -0
- package/dist/runtime/tool-utils.js +31 -0
- package/dist/runtime/tool-utils.js.map +1 -0
- package/dist/tools/browser.tool.d.ts +54 -0
- package/dist/tools/browser.tool.d.ts.map +1 -0
- package/dist/tools/browser.tool.js +193 -0
- package/dist/tools/browser.tool.js.map +1 -0
- package/dist/tools/business-apps.tool.d.ts +18 -0
- package/dist/tools/business-apps.tool.d.ts.map +1 -0
- package/dist/tools/business-apps.tool.js +43 -0
- package/dist/tools/business-apps.tool.js.map +1 -0
- package/dist/tools/computer-use.tool.js +66 -66
- package/dist/tools/cross-app-ledger.tool.d.ts +7 -0
- package/dist/tools/cross-app-ledger.tool.d.ts.map +1 -0
- package/dist/tools/cross-app-ledger.tool.js +70 -0
- package/dist/tools/cross-app-ledger.tool.js.map +1 -0
- package/dist/tools/daytona-browser.tool.d.ts +113 -0
- package/dist/tools/daytona-browser.tool.d.ts.map +1 -0
- package/dist/tools/daytona-browser.tool.js +348 -0
- package/dist/tools/daytona-browser.tool.js.map +1 -0
- package/dist/tools/desktop.tool.js +10 -10
- package/dist/tools/documents.tool.js +5 -5
- package/dist/tools/finance.tool.d.ts +18 -0
- package/dist/tools/finance.tool.d.ts.map +1 -0
- package/dist/tools/finance.tool.js +88 -0
- package/dist/tools/finance.tool.js.map +1 -0
- package/dist/tools/image-intelligence.tool.d.ts +12 -0
- package/dist/tools/image-intelligence.tool.d.ts.map +1 -0
- package/dist/tools/image-intelligence.tool.js +62 -0
- package/dist/tools/image-intelligence.tool.js.map +1 -0
- package/dist/tools/notify.tool.js +8 -8
- package/dist/tools/osint-install.tool.js +8 -8
- package/dist/tools/pentest-install.tool.js +6 -6
- package/dist/tools/setup-assistant.tool.d.ts +1 -1
- package/dist/tools/shell.tool.d.ts +18 -0
- package/dist/tools/shell.tool.d.ts.map +1 -1
- package/dist/tools/shell.tool.js +34 -0
- package/dist/tools/shell.tool.js.map +1 -1
- package/dist/tools/swarm-collaboration.tool.d.ts +29 -0
- package/dist/tools/swarm-collaboration.tool.d.ts.map +1 -0
- package/dist/tools/swarm-collaboration.tool.js +88 -0
- package/dist/tools/swarm-collaboration.tool.js.map +1 -0
- package/dist/tools/swarm-memory.tool.d.ts +16 -0
- package/dist/tools/swarm-memory.tool.d.ts.map +1 -0
- package/dist/tools/swarm-memory.tool.js +31 -0
- package/dist/tools/swarm-memory.tool.js.map +1 -0
- package/dist/tools/swarm-ops.tool.d.ts +20 -0
- package/dist/tools/swarm-ops.tool.d.ts.map +1 -0
- package/dist/tools/swarm-ops.tool.js +55 -0
- package/dist/tools/swarm-ops.tool.js.map +1 -0
- package/dist/tools/triggers.tool.d.ts.map +1 -1
- package/dist/tools/visual-audit.tool.d.ts +24 -0
- package/dist/tools/visual-audit.tool.d.ts.map +1 -0
- package/dist/tools/visual-audit.tool.js +48 -0
- package/dist/tools/visual-audit.tool.js.map +1 -0
- package/dist/tools/web-intelligence.tool.d.ts +12 -0
- package/dist/tools/web-intelligence.tool.d.ts.map +1 -0
- package/dist/tools/web-intelligence.tool.js +27 -0
- package/dist/tools/web-intelligence.tool.js.map +1 -0
- package/dist/workspace/init.js +18 -18
- package/dist/workspace/output-paths.d.ts +1 -1
- package/dist/workspace/output-paths.d.ts.map +1 -1
- package/dist/workspace/output-paths.js +1 -0
- package/dist/workspace/output-paths.js.map +1 -1
- package/dist/workspace/paths.d.ts +1 -0
- package/dist/workspace/paths.d.ts.map +1 -1
- package/dist/workspace/paths.js +1 -0
- package/dist/workspace/paths.js.map +1 -1
- package/install.ps1 +62 -62
- package/package.json +107 -103
- package/scripts/postinstall.mjs +42 -42
- package/scripts/release-github.mjs +91 -91
- package/src/doc/README.md +49 -49
- package/src/doc/admin-tools-and-sms-campaigns.md +99 -99
- package/src/doc/escalation-checklist.md +97 -97
- package/src/doc/payments-and-payouts.md +82 -82
- package/src/doc/shift-lifecycle-and-disputes.md +95 -95
- package/src/doc/support-macros.md +40 -40
- package/src/doc/venue-support-playbook.md +145 -145
- package/src/doc/verification-and-trust.md +88 -88
- package/src/doc/worker-support-playbook.md +159 -159
|
@@ -1,145 +1,145 @@
|
|
|
1
|
-
# Venue Support Playbook
|
|
2
|
-
|
|
3
|
-
Use this guide when helping venues set up company profiles, connect billing, post shifts, review applicants, accept workers, monitor attendance, message workers, and manage payments.
|
|
4
|
-
|
|
5
|
-
## Venue Journey
|
|
6
|
-
|
|
7
|
-
1. Sign up as a venue.
|
|
8
|
-
2. Complete venue setup: company name, country, city, town, company type, about/company description.
|
|
9
|
-
3. Verify business where required.
|
|
10
|
-
4. Connect billing/payment.
|
|
11
|
-
5. Post shifts with role, date, time, rate, description, dress code, instructions, certifications.
|
|
12
|
-
6. Review applicants and AI match information.
|
|
13
|
-
7. Accept worker.
|
|
14
|
-
8. Coordinate in Messages.
|
|
15
|
-
9. Confirm clock-in/out and completion.
|
|
16
|
-
10. Handle ratings, disputes, or future preferred workers.
|
|
17
|
-
|
|
18
|
-
## Common Venue Issues
|
|
19
|
-
|
|
20
|
-
### Venue Cannot Connect Billing
|
|
21
|
-
|
|
22
|
-
Check country:
|
|
23
|
-
|
|
24
|
-
- Ghana venues use Hubtel checkout/pre-auth.
|
|
25
|
-
- African countries supported by Paystack should use Paystack.
|
|
26
|
-
- India uses Razorpay.
|
|
27
|
-
- Other countries generally use Stripe.
|
|
28
|
-
|
|
29
|
-
For Ghana Hubtel errors, check:
|
|
30
|
-
|
|
31
|
-
- Gateway server has real `SUPABASE_SERVICE_ROLE_KEY`, not anon.
|
|
32
|
-
- `payments` table has required compatibility columns such as `worker_amount`.
|
|
33
|
-
- Hubtel gateway URL/token are configured.
|
|
34
|
-
- Hubtel account number and checkout credentials are configured.
|
|
35
|
-
|
|
36
|
-
Explain:
|
|
37
|
-
|
|
38
|
-
> Billing setup must complete before some payment-related actions can work. Ghana uses Hubtel, so the checkout page should open from the Account page.
|
|
39
|
-
|
|
40
|
-
Escalate if:
|
|
41
|
-
|
|
42
|
-
- Error says upstream 500.
|
|
43
|
-
- Error mentions schema cache.
|
|
44
|
-
- Error mentions service_role key.
|
|
45
|
-
- Hubtel checkout opens but never returns connected.
|
|
46
|
-
|
|
47
|
-
### Venue Cannot Post A Shift
|
|
48
|
-
|
|
49
|
-
Check:
|
|
50
|
-
|
|
51
|
-
- Venue setup completed.
|
|
52
|
-
- Venue country/city/town saved.
|
|
53
|
-
- Company about/description exists.
|
|
54
|
-
- Required role selected.
|
|
55
|
-
- Date/time/rate are valid.
|
|
56
|
-
- Billing requirements are satisfied for that country.
|
|
57
|
-
|
|
58
|
-
Escalate if:
|
|
59
|
-
|
|
60
|
-
- UI accepts inputs but shift does not save.
|
|
61
|
-
- Role list is missing categories.
|
|
62
|
-
- Rate suggestion blocks posting.
|
|
63
|
-
|
|
64
|
-
### Venue Cannot See Applicants
|
|
65
|
-
|
|
66
|
-
Check:
|
|
67
|
-
|
|
68
|
-
- Shift is open or has applications.
|
|
69
|
-
- Applicants have applied.
|
|
70
|
-
- Venue is the owner of the shift.
|
|
71
|
-
- AI match may take a few seconds; loading state should show.
|
|
72
|
-
|
|
73
|
-
Explain:
|
|
74
|
-
|
|
75
|
-
> Applicant matching can take a moment because ZiloShift scores role fit, reliability, location, and profile trust signals.
|
|
76
|
-
|
|
77
|
-
Escalate if:
|
|
78
|
-
|
|
79
|
-
- Blank screen remains after 10 seconds.
|
|
80
|
-
- AI matching repeats every time and causes delays.
|
|
81
|
-
- Applicant list appears for wrong venue.
|
|
82
|
-
|
|
83
|
-
### Venue Wants To See Worker Trust Signals
|
|
84
|
-
|
|
85
|
-
Venues should see:
|
|
86
|
-
|
|
87
|
-
- Worker rating and reliability.
|
|
88
|
-
- Completed shift count.
|
|
89
|
-
- Work history summary.
|
|
90
|
-
- Role history.
|
|
91
|
-
- Intro video, if uploaded.
|
|
92
|
-
- Certification badges and expiry dates, if available.
|
|
93
|
-
- Reference checks where supported.
|
|
94
|
-
|
|
95
|
-
Escalate if:
|
|
96
|
-
|
|
97
|
-
- Video does not play.
|
|
98
|
-
- Certifications are uploaded but not shown.
|
|
99
|
-
- Ratings from past roles do not appear.
|
|
100
|
-
|
|
101
|
-
### Venue Accepted Worker But Cannot Track Attendance
|
|
102
|
-
|
|
103
|
-
Check:
|
|
104
|
-
|
|
105
|
-
- Worker accepted status.
|
|
106
|
-
- Worker has clocked in.
|
|
107
|
-
- Map/arrival view availability.
|
|
108
|
-
- Messages thread exists.
|
|
109
|
-
|
|
110
|
-
Explain:
|
|
111
|
-
|
|
112
|
-
> After accepting a worker, the venue should be able to coordinate through Messages and see attendance status. If live travel tracking is enabled, it should appear from the shift/applicant view.
|
|
113
|
-
|
|
114
|
-
Escalate if:
|
|
115
|
-
|
|
116
|
-
- Worker says they clocked in but venue still sees only Hired.
|
|
117
|
-
- QR clock-in does not generate or scan.
|
|
118
|
-
- Map does not load.
|
|
119
|
-
|
|
120
|
-
## Venue Account Updates
|
|
121
|
-
|
|
122
|
-
Venues should be able to update:
|
|
123
|
-
|
|
124
|
-
- Company about.
|
|
125
|
-
- City/town.
|
|
126
|
-
- Contact phone.
|
|
127
|
-
- Billing/payout connection where applicable.
|
|
128
|
-
- Team details if enterprise features are enabled.
|
|
129
|
-
|
|
130
|
-
Support should encourage venues to fill in company descriptions because workers use that to understand what the company does and what is expected.
|
|
131
|
-
|
|
132
|
-
## Venue Tone Guide
|
|
133
|
-
|
|
134
|
-
Use operational language:
|
|
135
|
-
|
|
136
|
-
> I’ll check the shift status, billing connection, and applicant list first. Those three usually explain why a venue cannot hire or view workers.
|
|
137
|
-
|
|
138
|
-
Avoid vague language:
|
|
139
|
-
|
|
140
|
-
> Maybe the worker did not apply.
|
|
141
|
-
|
|
142
|
-
Better:
|
|
143
|
-
|
|
144
|
-
> I can see whether applications exist and whether the applicant list is failing to load.
|
|
145
|
-
|
|
1
|
+
# Venue Support Playbook
|
|
2
|
+
|
|
3
|
+
Use this guide when helping venues set up company profiles, connect billing, post shifts, review applicants, accept workers, monitor attendance, message workers, and manage payments.
|
|
4
|
+
|
|
5
|
+
## Venue Journey
|
|
6
|
+
|
|
7
|
+
1. Sign up as a venue.
|
|
8
|
+
2. Complete venue setup: company name, country, city, town, company type, about/company description.
|
|
9
|
+
3. Verify business where required.
|
|
10
|
+
4. Connect billing/payment.
|
|
11
|
+
5. Post shifts with role, date, time, rate, description, dress code, instructions, certifications.
|
|
12
|
+
6. Review applicants and AI match information.
|
|
13
|
+
7. Accept worker.
|
|
14
|
+
8. Coordinate in Messages.
|
|
15
|
+
9. Confirm clock-in/out and completion.
|
|
16
|
+
10. Handle ratings, disputes, or future preferred workers.
|
|
17
|
+
|
|
18
|
+
## Common Venue Issues
|
|
19
|
+
|
|
20
|
+
### Venue Cannot Connect Billing
|
|
21
|
+
|
|
22
|
+
Check country:
|
|
23
|
+
|
|
24
|
+
- Ghana venues use Hubtel checkout/pre-auth.
|
|
25
|
+
- African countries supported by Paystack should use Paystack.
|
|
26
|
+
- India uses Razorpay.
|
|
27
|
+
- Other countries generally use Stripe.
|
|
28
|
+
|
|
29
|
+
For Ghana Hubtel errors, check:
|
|
30
|
+
|
|
31
|
+
- Gateway server has real `SUPABASE_SERVICE_ROLE_KEY`, not anon.
|
|
32
|
+
- `payments` table has required compatibility columns such as `worker_amount`.
|
|
33
|
+
- Hubtel gateway URL/token are configured.
|
|
34
|
+
- Hubtel account number and checkout credentials are configured.
|
|
35
|
+
|
|
36
|
+
Explain:
|
|
37
|
+
|
|
38
|
+
> Billing setup must complete before some payment-related actions can work. Ghana uses Hubtel, so the checkout page should open from the Account page.
|
|
39
|
+
|
|
40
|
+
Escalate if:
|
|
41
|
+
|
|
42
|
+
- Error says upstream 500.
|
|
43
|
+
- Error mentions schema cache.
|
|
44
|
+
- Error mentions service_role key.
|
|
45
|
+
- Hubtel checkout opens but never returns connected.
|
|
46
|
+
|
|
47
|
+
### Venue Cannot Post A Shift
|
|
48
|
+
|
|
49
|
+
Check:
|
|
50
|
+
|
|
51
|
+
- Venue setup completed.
|
|
52
|
+
- Venue country/city/town saved.
|
|
53
|
+
- Company about/description exists.
|
|
54
|
+
- Required role selected.
|
|
55
|
+
- Date/time/rate are valid.
|
|
56
|
+
- Billing requirements are satisfied for that country.
|
|
57
|
+
|
|
58
|
+
Escalate if:
|
|
59
|
+
|
|
60
|
+
- UI accepts inputs but shift does not save.
|
|
61
|
+
- Role list is missing categories.
|
|
62
|
+
- Rate suggestion blocks posting.
|
|
63
|
+
|
|
64
|
+
### Venue Cannot See Applicants
|
|
65
|
+
|
|
66
|
+
Check:
|
|
67
|
+
|
|
68
|
+
- Shift is open or has applications.
|
|
69
|
+
- Applicants have applied.
|
|
70
|
+
- Venue is the owner of the shift.
|
|
71
|
+
- AI match may take a few seconds; loading state should show.
|
|
72
|
+
|
|
73
|
+
Explain:
|
|
74
|
+
|
|
75
|
+
> Applicant matching can take a moment because ZiloShift scores role fit, reliability, location, and profile trust signals.
|
|
76
|
+
|
|
77
|
+
Escalate if:
|
|
78
|
+
|
|
79
|
+
- Blank screen remains after 10 seconds.
|
|
80
|
+
- AI matching repeats every time and causes delays.
|
|
81
|
+
- Applicant list appears for wrong venue.
|
|
82
|
+
|
|
83
|
+
### Venue Wants To See Worker Trust Signals
|
|
84
|
+
|
|
85
|
+
Venues should see:
|
|
86
|
+
|
|
87
|
+
- Worker rating and reliability.
|
|
88
|
+
- Completed shift count.
|
|
89
|
+
- Work history summary.
|
|
90
|
+
- Role history.
|
|
91
|
+
- Intro video, if uploaded.
|
|
92
|
+
- Certification badges and expiry dates, if available.
|
|
93
|
+
- Reference checks where supported.
|
|
94
|
+
|
|
95
|
+
Escalate if:
|
|
96
|
+
|
|
97
|
+
- Video does not play.
|
|
98
|
+
- Certifications are uploaded but not shown.
|
|
99
|
+
- Ratings from past roles do not appear.
|
|
100
|
+
|
|
101
|
+
### Venue Accepted Worker But Cannot Track Attendance
|
|
102
|
+
|
|
103
|
+
Check:
|
|
104
|
+
|
|
105
|
+
- Worker accepted status.
|
|
106
|
+
- Worker has clocked in.
|
|
107
|
+
- Map/arrival view availability.
|
|
108
|
+
- Messages thread exists.
|
|
109
|
+
|
|
110
|
+
Explain:
|
|
111
|
+
|
|
112
|
+
> After accepting a worker, the venue should be able to coordinate through Messages and see attendance status. If live travel tracking is enabled, it should appear from the shift/applicant view.
|
|
113
|
+
|
|
114
|
+
Escalate if:
|
|
115
|
+
|
|
116
|
+
- Worker says they clocked in but venue still sees only Hired.
|
|
117
|
+
- QR clock-in does not generate or scan.
|
|
118
|
+
- Map does not load.
|
|
119
|
+
|
|
120
|
+
## Venue Account Updates
|
|
121
|
+
|
|
122
|
+
Venues should be able to update:
|
|
123
|
+
|
|
124
|
+
- Company about.
|
|
125
|
+
- City/town.
|
|
126
|
+
- Contact phone.
|
|
127
|
+
- Billing/payout connection where applicable.
|
|
128
|
+
- Team details if enterprise features are enabled.
|
|
129
|
+
|
|
130
|
+
Support should encourage venues to fill in company descriptions because workers use that to understand what the company does and what is expected.
|
|
131
|
+
|
|
132
|
+
## Venue Tone Guide
|
|
133
|
+
|
|
134
|
+
Use operational language:
|
|
135
|
+
|
|
136
|
+
> I’ll check the shift status, billing connection, and applicant list first. Those three usually explain why a venue cannot hire or view workers.
|
|
137
|
+
|
|
138
|
+
Avoid vague language:
|
|
139
|
+
|
|
140
|
+
> Maybe the worker did not apply.
|
|
141
|
+
|
|
142
|
+
Better:
|
|
143
|
+
|
|
144
|
+
> I can see whether applications exist and whether the applicant list is failing to load.
|
|
145
|
+
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
# Verification And Trust
|
|
2
|
-
|
|
3
|
-
This guide explains how support should handle identity verification, Ghana Card checks, Didit verification, name matching, and trust signals.
|
|
4
|
-
|
|
5
|
-
## Verification Routes By Country
|
|
6
|
-
|
|
7
|
-
- Ghana workers: Ghana Card flow with card front, card back, liveness/selfie, and Hubtel verification.
|
|
8
|
-
- Non-Ghana workers: Didit KYC flow.
|
|
9
|
-
- Venues: business verification flow where required.
|
|
10
|
-
|
|
11
|
-
## Ghana Worker Verification
|
|
12
|
-
|
|
13
|
-
The Ghana flow should:
|
|
14
|
-
|
|
15
|
-
1. Capture front of Ghana Card.
|
|
16
|
-
2. Capture back of Ghana Card.
|
|
17
|
-
3. Capture liveness selfie.
|
|
18
|
-
4. Scan card data.
|
|
19
|
-
5. Check profile name against card name before server verification.
|
|
20
|
-
6. Send verified card fields to server-side Hubtel verification.
|
|
21
|
-
7. Store verification result and return status to frontend.
|
|
22
|
-
|
|
23
|
-
Credentials must stay server-side. Never expose Hubtel Basic Auth or account numbers to users.
|
|
24
|
-
|
|
25
|
-
## Name Matching Rule
|
|
26
|
-
|
|
27
|
-
The worker profile name must match the ID holder. This prevents a person from using another person’s Ghana Card.
|
|
28
|
-
|
|
29
|
-
If names do not match:
|
|
30
|
-
|
|
31
|
-
- Ask the worker to confirm their account legal name.
|
|
32
|
-
- Do not manually change names after signup without controlled support review.
|
|
33
|
-
- Escalate if the worker says their legal name was entered incorrectly.
|
|
34
|
-
|
|
35
|
-
## Name Change Risk
|
|
36
|
-
|
|
37
|
-
Workers should not freely change first or last name after signup because a bad actor could:
|
|
38
|
-
|
|
39
|
-
1. Change account name to match a stolen card.
|
|
40
|
-
2. Verify with stolen card.
|
|
41
|
-
3. Change account name back.
|
|
42
|
-
|
|
43
|
-
Support action:
|
|
44
|
-
|
|
45
|
-
- Treat name changes as sensitive.
|
|
46
|
-
- Require admin review and proof.
|
|
47
|
-
- Keep an audit trail.
|
|
48
|
-
|
|
49
|
-
## Didit Verification
|
|
50
|
-
|
|
51
|
-
Non-Ghanaian users use Didit. Support should:
|
|
52
|
-
|
|
53
|
-
- Confirm user country.
|
|
54
|
-
- Confirm they clicked Verify Now.
|
|
55
|
-
- Ask for the verification status shown.
|
|
56
|
-
- Ask whether they returned to the app after completing Didit.
|
|
57
|
-
|
|
58
|
-
Escalate if:
|
|
59
|
-
|
|
60
|
-
- Didit success does not sync back.
|
|
61
|
-
- Didit webhook failed.
|
|
62
|
-
- User is stuck pending after completion.
|
|
63
|
-
|
|
64
|
-
## Admin Verification Queue
|
|
65
|
-
|
|
66
|
-
Admins may review:
|
|
67
|
-
|
|
68
|
-
- Pending ID verifications.
|
|
69
|
-
- Rejected verification reasons.
|
|
70
|
-
- Uploaded card/selfie assets where allowed.
|
|
71
|
-
- Ghana verification raw response summary.
|
|
72
|
-
|
|
73
|
-
Admins should not approve identities based only on a user message.
|
|
74
|
-
|
|
75
|
-
## Trust Signals For Venues
|
|
76
|
-
|
|
77
|
-
Trust features venues may use:
|
|
78
|
-
|
|
79
|
-
- Ratings from past roles.
|
|
80
|
-
- Completed shift count.
|
|
81
|
-
- Reliability score.
|
|
82
|
-
- No-show history.
|
|
83
|
-
- Certifications.
|
|
84
|
-
- Intro video.
|
|
85
|
-
- Reference checks.
|
|
86
|
-
|
|
87
|
-
Support should explain these as confidence signals, not guarantees.
|
|
88
|
-
|
|
1
|
+
# Verification And Trust
|
|
2
|
+
|
|
3
|
+
This guide explains how support should handle identity verification, Ghana Card checks, Didit verification, name matching, and trust signals.
|
|
4
|
+
|
|
5
|
+
## Verification Routes By Country
|
|
6
|
+
|
|
7
|
+
- Ghana workers: Ghana Card flow with card front, card back, liveness/selfie, and Hubtel verification.
|
|
8
|
+
- Non-Ghana workers: Didit KYC flow.
|
|
9
|
+
- Venues: business verification flow where required.
|
|
10
|
+
|
|
11
|
+
## Ghana Worker Verification
|
|
12
|
+
|
|
13
|
+
The Ghana flow should:
|
|
14
|
+
|
|
15
|
+
1. Capture front of Ghana Card.
|
|
16
|
+
2. Capture back of Ghana Card.
|
|
17
|
+
3. Capture liveness selfie.
|
|
18
|
+
4. Scan card data.
|
|
19
|
+
5. Check profile name against card name before server verification.
|
|
20
|
+
6. Send verified card fields to server-side Hubtel verification.
|
|
21
|
+
7. Store verification result and return status to frontend.
|
|
22
|
+
|
|
23
|
+
Credentials must stay server-side. Never expose Hubtel Basic Auth or account numbers to users.
|
|
24
|
+
|
|
25
|
+
## Name Matching Rule
|
|
26
|
+
|
|
27
|
+
The worker profile name must match the ID holder. This prevents a person from using another person’s Ghana Card.
|
|
28
|
+
|
|
29
|
+
If names do not match:
|
|
30
|
+
|
|
31
|
+
- Ask the worker to confirm their account legal name.
|
|
32
|
+
- Do not manually change names after signup without controlled support review.
|
|
33
|
+
- Escalate if the worker says their legal name was entered incorrectly.
|
|
34
|
+
|
|
35
|
+
## Name Change Risk
|
|
36
|
+
|
|
37
|
+
Workers should not freely change first or last name after signup because a bad actor could:
|
|
38
|
+
|
|
39
|
+
1. Change account name to match a stolen card.
|
|
40
|
+
2. Verify with stolen card.
|
|
41
|
+
3. Change account name back.
|
|
42
|
+
|
|
43
|
+
Support action:
|
|
44
|
+
|
|
45
|
+
- Treat name changes as sensitive.
|
|
46
|
+
- Require admin review and proof.
|
|
47
|
+
- Keep an audit trail.
|
|
48
|
+
|
|
49
|
+
## Didit Verification
|
|
50
|
+
|
|
51
|
+
Non-Ghanaian users use Didit. Support should:
|
|
52
|
+
|
|
53
|
+
- Confirm user country.
|
|
54
|
+
- Confirm they clicked Verify Now.
|
|
55
|
+
- Ask for the verification status shown.
|
|
56
|
+
- Ask whether they returned to the app after completing Didit.
|
|
57
|
+
|
|
58
|
+
Escalate if:
|
|
59
|
+
|
|
60
|
+
- Didit success does not sync back.
|
|
61
|
+
- Didit webhook failed.
|
|
62
|
+
- User is stuck pending after completion.
|
|
63
|
+
|
|
64
|
+
## Admin Verification Queue
|
|
65
|
+
|
|
66
|
+
Admins may review:
|
|
67
|
+
|
|
68
|
+
- Pending ID verifications.
|
|
69
|
+
- Rejected verification reasons.
|
|
70
|
+
- Uploaded card/selfie assets where allowed.
|
|
71
|
+
- Ghana verification raw response summary.
|
|
72
|
+
|
|
73
|
+
Admins should not approve identities based only on a user message.
|
|
74
|
+
|
|
75
|
+
## Trust Signals For Venues
|
|
76
|
+
|
|
77
|
+
Trust features venues may use:
|
|
78
|
+
|
|
79
|
+
- Ratings from past roles.
|
|
80
|
+
- Completed shift count.
|
|
81
|
+
- Reliability score.
|
|
82
|
+
- No-show history.
|
|
83
|
+
- Certifications.
|
|
84
|
+
- Intro video.
|
|
85
|
+
- Reference checks.
|
|
86
|
+
|
|
87
|
+
Support should explain these as confidence signals, not guarantees.
|
|
88
|
+
|