Knee Cola
|
1e83172491
|
refactor: rename share URL path from location to bills-due
- Renamed directory: app/[locale]/share/location -> app/[locale]/share/bills-due
- Updated all URL references in web-app (billActions, locationActions, ViewBillCard)
- Updated all URL references in email-worker templates (4 email templates)
- Updated documentation in sprints/email-worker.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2025-12-31 11:27:50 +01:00 |
|
Knee Cola
|
33ab06e22e
|
commit changes
|
2025-12-30 12:20:06 +01:00 |
|
Knee Cola
|
4a6896c910
|
docs: improve email-worker specification and add VerificationFailed status
- Fix spelling and grammar errors throughout email-worker.md
- Add DB structure and connection sections
- Add error handling for email send failures
- Add email subjects, sender information, and delivery details
- Add logging requirements section
- Add race condition handling guidelines
- Add email provider specification (Mailgun)
- Add EmailStatus.VerificationFailed enum value for failed verification emails
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2025-12-30 12:16:30 +01:00 |
|
Knee Cola
|
f8291f9f7b
|
docs: add initial email-worker implementation specification
Add comprehensive specification document for email-worker service detailing:
- Email verification request workflow
- Rent due notification workflow
- Utility bills due notification workflow
- Email budget/throttling strategy (default: 10 emails per run)
- Priority system (verification requests first)
- Complete email templates with dynamic content
- MongoDB integration requirements
|
2025-12-30 11:29:05 +01:00 |
|
Knee Cola
|
3e4d8fb95c
|
refactor: rename email-server-worker to email-worker
Rename directory from email-server-worker to email-worker for clarity and brevity. Update all references in CLAUDE.md documentation.
|
2025-12-30 10:33:59 +01:00 |
|