docs(requirements): name TrackedOperationKind enum and clarify status-enum relationships

This commit is contained in:
Joseph Doherty
2026-05-19 11:40:18 -04:00
parent 397498c120
commit 5efbb9a985
2 changed files with 8 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ Lives in the central MS SQL configuration database — a sibling of the
- **TrackedOperationId** — GUID, primary key. Generated site-side at call time.
- **SourceSite** — site that issued the call.
- **Kind** — `ExternalCall` or `DatabaseWrite`.
- **Kind** — `TrackedOperationKind` enum: `ExternalCall` or `DatabaseWrite`.
- **TargetSummary** — external system + method name for an `ExternalCall`; for a
`DatabaseWrite`, just the database connection name — intentionally not the SQL
statement or table, a deliberate scoping choice.