feat: add domain report csv export
This commit is contained in:
@@ -42,13 +42,13 @@ Objective: turn parsed DMARC data into administrator-friendly reports.
|
||||
|
||||
Priority tasks:
|
||||
- Add "what changed" summaries for newly observed senders and sudden compliance drops.
|
||||
- Add exportable reports for a domain and date range.
|
||||
- Add actionable recommendations for common SPF, DKIM, and DMARC failure patterns.
|
||||
|
||||
Delivered:
|
||||
- Dashboard time-series charts show daily mail volume, compliance rate, and failure rate.
|
||||
- Top sending sources show DMARC, SPF, and DKIM pass/fail breakdowns on the dashboard.
|
||||
- Per-domain timelines include daily volume, pass, fail, compliance-rate, and failure-rate rollups.
|
||||
- Domain reports can be exported to CSV for a selected date range.
|
||||
|
||||
Quality bar:
|
||||
- A domain owner can understand who sends mail as their domain, which sources fail, and what to fix next.
|
||||
|
||||
+1
-1
@@ -81,9 +81,9 @@ Delivered:
|
||||
- Dashboard trend charts for volume, compliance rate, and failure rate.
|
||||
- Top sender/source reports with pass/fail breakdowns.
|
||||
- Per-domain report timeline and daily rollups.
|
||||
- Exportable reports for a selected domain and date range.
|
||||
|
||||
Planned:
|
||||
- Exportable reports for a selected domain and date range.
|
||||
- Clear recommendations for common cases: unknown source, SPF-only pass, DKIM-only pass, full fail, and policy not enforced.
|
||||
|
||||
Exit criteria:
|
||||
|
||||
+2
-2
@@ -142,7 +142,7 @@ This file tracks the specific implementation tasks for each milestone of the DMA
|
||||
- [ ] Add alert status summary (for later integration)
|
||||
|
||||
### Historical Data
|
||||
- [ ] Implement date range filtering
|
||||
- [x] Implement date range filtering
|
||||
- [ ] Create historical trend analysis
|
||||
- [ ] Add data aggregation for different time periods
|
||||
- [ ] Implement data comparison features
|
||||
@@ -151,7 +151,7 @@ This file tracks the specific implementation tasks for each milestone of the DMA
|
||||
- [x] Add per-domain daily rollups
|
||||
- [x] Add sender/source pass/fail totals
|
||||
- [ ] Add newly observed source detection
|
||||
- [ ] Add exportable domain reports
|
||||
- [x] Add exportable domain reports
|
||||
- [ ] Add actionable recommendations for common DMARC failure patterns
|
||||
|
||||
## Future Milestones
|
||||
|
||||
Reference in New Issue
Block a user