mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
ui rezig, onboarding, billing, hire us & on prem cues
This commit is contained in:
parent
0662a1770f
commit
0eddce6c83
55 changed files with 1108 additions and 629 deletions
|
|
@ -85,6 +85,9 @@ class UserConfigurationRequestResponseSchema(BaseModel):
|
|||
test_phone_number: str | None = None
|
||||
timezone: str | None = None
|
||||
organization_pricing: dict[str, Union[float, str, bool]] | None = None
|
||||
# Post-signup onboarding gate (see UserConfiguration). Set once on submit/skip.
|
||||
onboarding_completed_at: datetime | None = None
|
||||
onboarding_skipped: bool | None = None
|
||||
|
||||
|
||||
@router.get("/configurations/user")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue