Updated README.md
This commit is contained in:
@@ -244,22 +244,6 @@ See [Deployment Guide](docs/deployment.md) for detailed instructions on:
|
||||
- ✅ Environment variable validation on startup
|
||||
- ✅ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user