Phase 1-14 complete: - Unified Express.js API (TypeScript, Prisma ORM, PostgreSQL 16) - React Admin GUI (Vite + Ant Design + Zustand) - JWT auth with refresh tokens - Influence: Campaigns, Representatives, Responses, Email Queue - Map: Locations, Cuts, Shifts, Canvassing System - NAR data import infrastructure (2025 format) - Listmonk newsletter integration - Landing page builder (GrapesJS) - MkDocs + Code Server integration - Volunteer portal with GPS tracking - Monitoring stack (Prometheus, Grafana, Alertmanager) - Pangolin tunnel integration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
31 lines
758 B
Plaintext
31 lines
758 B
Plaintext
Shift Details - {{SHIFT_TITLE}}
|
|
|
|
Hello {{USER_NAME}},
|
|
|
|
Here are the details for your upcoming volunteer shift:
|
|
|
|
SHIFT INFORMATION:
|
|
==================
|
|
Title: {{SHIFT_TITLE}}
|
|
Date: {{SHIFT_DATE}}
|
|
Time: {{SHIFT_START_TIME}} - {{SHIFT_END_TIME}}
|
|
Location: {{SHIFT_LOCATION}}
|
|
Volunteers: {{CURRENT_VOLUNTEERS}}/{{MAX_VOLUNTEERS}} signed up
|
|
Status: {{SHIFT_STATUS}}
|
|
|
|
{{SHIFT_DESCRIPTION_SECTION}}
|
|
|
|
IMPORTANT NOTES:
|
|
===============
|
|
- Please arrive 10-15 minutes early
|
|
- Bring photo ID
|
|
- If you need to cancel, please do so as early as possible to allow other volunteers to sign up
|
|
|
|
Questions? Contact your shift coordinator or administrator.
|
|
|
|
Thank you for volunteering!
|
|
|
|
---
|
|
This email was sent from {{APP_NAME}} at {{TIMESTAMP}}
|
|
Volunteer shift management system
|