1.3 KiB
1.3 KiB
1. Backend
- 1.1 Extend trigger schemas/validation to accept composite conditions and new operators/fields
- 1.2 Implement composite condition evaluation (AND-only) with operator semantics and custom field/formula support
- 1.3 Extend notify target resolution for group targets, dedup recipients, and exclude triggerer
- 1.4 Evaluate triggers on due_date/start_date/custom_field updates
- 1.5 Add weekly report subscription API (get/update) and enforce manual subscription
- 1.6 Include project members (and owner) in weekly report project scope
2. Frontend
- 2.1 Update trigger API types for composite conditions and group targets
- 2.2 Update TriggerForm/TriggerList to build AND-only rule lists with date range + custom field inputs
- 2.3 Add MySettings weekly report subscription toggle (with API integration)
- 2.4 Add i18n strings for new trigger/weekly report UI
3. Tests
- 3.1 Backend tests for composite conditions (status+priority, due_date range)
- 3.2 Backend tests for custom field (formula) conditions
- 3.3 Backend tests for group notification targeting (department/role/project_members) with dedup/exclude
- 3.4 Backend tests for weekly report subscription and project-member scope
4. Validation
- 4.1 Run targeted pytest in conda and report results