1
0
Fork 0
forked from sr2/cloud-api

feat: questionnaire shape update

This commit is contained in:
Chris Milne 2026-06-11 12:24:36 +01:00
parent c268097306
commit 0a7f9092c7
7 changed files with 85 additions and 24 deletions

View file

@ -103,7 +103,10 @@ def _seed(db):
owner_contact_id=2,
security_contact_id=3,
status="approved",
intake_questionnaire={"question_two": "answer two"},
intake_questionnaire={
"metadata": {"version": 0, "submission_date": None},
"questions": {"question_two": "answer two"},
},
)
)
db.add(Service(name="Test Service", api_key="123456789"))