You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update claude.md with frontend structure and features (#38)
- Add detailed frontend src structure showing App.vue and DnsGenerator component
- Document DnsGenerator.vue as a DMARC DNS record generator tool
- Add new Frontend Features section documenting dashboard capabilities
- Include frontend Vue files in Key Files section
Co-authored-by: Claude <noreply@anthropic.com>
-`src/components/DnsGenerator.vue` - DMARC DNS record generator component
106
111
107
112
## API Endpoints
108
113
@@ -111,6 +116,15 @@ go test -v ./internal/parser/...
111
116
-`GET /api/reports/:id` - Single report details
112
117
-`GET /api/top-sources` - Top sending source IPs
113
118
119
+
## Frontend Features
120
+
121
+
The Vue.js dashboard includes:
122
+
-**Dashboard Statistics** - Overview of DMARC report metrics
123
+
-**Reports List** - Paginated view of all DMARC reports
124
+
-**Report Details** - Detailed view of individual reports
125
+
-**Top Sources** - Visualization of top sending source IPs
126
+
-**DMARC DNS Generator** - Interactive tool to generate DMARC DNS TXT records with configurable policies (none/quarantine/reject), subdomain policies, reporting options (rua/ruf), and alignment modes
127
+
114
128
## Configuration
115
129
116
130
Config via JSON file or environment variables (using caarlos0/env):
0 commit comments