Helpdesk Database Source Map
Audience
Developers, database engineers, QA, security, support and architects.
Summary
This map ties database statements to static repository evidence. It does not prove production configuration or data state.
Reference Content
| Topic | Primary source |
|---|---|
| Entity sets, mappings, filters and factory | HelpdeskDbContext |
| Fields, value objects and enums | HelpdeskEntities |
| Query/save patterns | HelpdeskEndpoints |
| Outbox and activity helpers | Persistence |
| External attachment boundary | DocumentServiceClient |
| Compatibility upsert/parity | HelpdeskBackfill |
| Development examples | DevelopmentSeeder |
| Startup migration behavior | Program |
| Initial/evolution history | Three migrations |
| Current mapping state | Model snapshot |
The schema reference is the sole authoritative 13-entity inventory. Migration-generated implementation details are summarized rather than reproduced.
Requires confirmation
Production provider settings, runtime migration state, operational ownership and external document persistence require confirmation.
Source References
microservices/src/helpdesk-service/Infrastructure/HelpdeskDbContext.csmicroservices/src/helpdesk-service/Domain/HelpdeskEntities.csmicroservices/src/helpdesk-service/Api/HelpdeskEndpoints.csmicroservices/src/helpdesk-service/Infrastructure/Persistence.csmicroservices/src/helpdesk-service/Backfill/HelpdeskBackfill.csmicroservices/src/helpdesk-service/Infrastructure/DevelopmentSeeder.csmicroservices/src/helpdesk-service/Program.csmicroservices/src/helpdesk-service/Infrastructure/Migrations/20260708165325_InitialHelpdeskSchema.csmicroservices/src/helpdesk-service/Infrastructure/Migrations/20260709095325_AddHelpdeskDocumentAttachmentReferences.csmicroservices/src/helpdesk-service/Infrastructure/Migrations/20260709105542_AddHelpdeskCompatFields.csmicroservices/src/helpdesk-service/Infrastructure/Migrations/HelpdeskDbContextModelSnapshot.csmicroservices/src/helpdesk-service/Infrastructure/DocumentServiceClient.cs
Related Articles
See Also
Keywords
Database source map, mapping evidence, migration evidence, persistence traceability.
Revision Information
- Status: Draft
- Last reviewed: 2026-07-20
- Next review: 2026-10-20