Skip to main content

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

TopicPrimary source
Entity sets, mappings, filters and factoryHelpdeskDbContext
Fields, value objects and enumsHelpdeskEntities
Query/save patternsHelpdeskEndpoints
Outbox and activity helpersPersistence
External attachment boundaryDocumentServiceClient
Compatibility upsert/parityHelpdeskBackfill
Development examplesDevelopmentSeeder
Startup migration behaviorProgram
Initial/evolution historyThree migrations
Current mapping stateModel 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.cs
  • microservices/src/helpdesk-service/Domain/HelpdeskEntities.cs
  • microservices/src/helpdesk-service/Api/HelpdeskEndpoints.cs
  • microservices/src/helpdesk-service/Infrastructure/Persistence.cs
  • microservices/src/helpdesk-service/Backfill/HelpdeskBackfill.cs
  • microservices/src/helpdesk-service/Infrastructure/DevelopmentSeeder.cs
  • microservices/src/helpdesk-service/Program.cs
  • microservices/src/helpdesk-service/Infrastructure/Migrations/20260708165325_InitialHelpdeskSchema.cs
  • microservices/src/helpdesk-service/Infrastructure/Migrations/20260709095325_AddHelpdeskDocumentAttachmentReferences.cs
  • microservices/src/helpdesk-service/Infrastructure/Migrations/20260709105542_AddHelpdeskCompatFields.cs
  • microservices/src/helpdesk-service/Infrastructure/Migrations/HelpdeskDbContextModelSnapshot.cs
  • microservices/src/helpdesk-service/Infrastructure/DocumentServiceClient.cs

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