CreateFeedbackModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
CreateFeedbackModel model for creating a feedback
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
feedback_id | str | ✅ | — | — |
user_id | str | ✅ | — | — |
field | str | ✅ | — | — |
value | str | ✅ | — | — |
type | str | ✅ | — | — |
whats_wrong | List[WhatsWrongEnum] (SPELLING_MISTAKE, NOT_A_VALID_OPTION, DUPLICATE_ENTRY, MISSING_OPTION, WRONG_CATEGORY) | ✅ | — | — |
comment | str | ❌ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /others/feedback | — | src/others/create_feedback.py |
Change history
v1.0.0 · 2025-04-18 · Olaniyi Ajayi · 5acc8f9da
added feedback api
- Initial version.
Generated from
dismantly-backend/Microservices/VehicleAndPartMaster/dependencies/models.py. Do not edit by hand.