semantics
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# #region ConfigModels [C:3] [TYPE Module] [SEMANTICS pydantic, model, schedule]
|
||||
# @BRIEF Defines the data models for application configuration using Pydantic.
|
||||
# @LAYER: Core
|
||||
# @RELATION IMPLEMENTS -> [CoreContracts]
|
||||
# @RELATION IMPLEMENTS -> [ConnectionContracts]
|
||||
# @LAYER Core
|
||||
# @RELATION IMPLEMENTS -> [EXT:internal:CoreContracts]
|
||||
# @RELATION IMPLEMENTS -> [EXT:internal:ConnectionContracts]
|
||||
|
||||
|
||||
from pydantic import BaseModel, Field, field_validator
|
||||
@@ -72,7 +72,7 @@ class CleanReleaseConfig(BaseModel):
|
||||
|
||||
# #region FeaturesConfig [C:1] [TYPE DataClass]
|
||||
# @BRIEF Top-level feature flags that toggle entire project features on/off.
|
||||
# @RATIONALE: Features are read from environment variables on bootstrap and persisted in DB.
|
||||
# @RATIONALE Features are read from environment variables on bootstrap and persisted in DB.
|
||||
# DB is source of truth after initial bootstrap; env vars only seed defaults.
|
||||
class FeaturesConfig(BaseModel):
|
||||
dataset_review: bool = True
|
||||
|
||||
Reference in New Issue
Block a user