-
Notifications
You must be signed in to change notification settings - Fork 1
Externally managed fields #78
Copy link
Copy link
Open
Labels
discoveryResearch and design explorationResearch and design explorationpriority: P2Nice-to-haveNice-to-havesdkSDK changesSDK changesserverServer changesServer changessize: LLarger effort — multiple days, design decisions neededLarger effort — multiple days, design decisions needed
Milestone
Metadata
Metadata
Assignees
Labels
discoveryResearch and design explorationResearch and design explorationpriority: P2Nice-to-haveNice-to-havesdkSDK changesSDK changesserverServer changesServer changessize: LLarger effort — multiple days, design decisions neededLarger effort — multiple days, design decisions needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Explore support for fields whose values are managed outside decree's scope. These fields exist in the schema but their values originate from or are synchronized with external systems. Covers read-only imports (external system is source of truth) and read/write via webhooks (decree coordinates but doesn't own the value).
Key questions
Context
Related to CEL expressions (#76) and validation webhooks (#77) — these are complementary approaches. CEL handles internal validation complexity, webhooks handle external validation logic, externally managed fields handle external data ownership. This feature addresses "where does this value live?" ambiguity in multi-system architectures.