Updated README.md

This commit is contained in:
Markus Graf
2025-10-20 12:29:28 +02:00
parent 7c013bbe33
commit aa5cecfa6d
-16
View File
@@ -244,22 +244,6 @@ See [Deployment Guide](docs/deployment.md) for detailed instructions on:
- ✅ Environment variable validation on startup - ✅ Environment variable validation on startup
- ✅ Health check endpoint (`/health`) - ✅ Health check endpoint (`/health`)
## API Endpoints
### Public (No Authentication)
- `GET /submit/{product_slug}` - Display submission form
- `POST /submit/{product_slug}` - Submit feedback
- `GET /health` - Health check endpoint
### Authenticated (Product Owners)
- `GET /login` - Login page
- `POST /login` - Process login
- `GET /logout` - Logout
- `GET /dashboard` - Feedback list with filters
- `GET /feedback/{id}` - Feedback detail
- `POST /feedback/{id}/status` - Update feedback status
- `POST /feedback/{id}/analyze` - Manually trigger AI analysis
- `GET /feedback/{id}/attachment/{filename}` - Download attachment
## Technology Stack ## Technology Stack