Date: 2026-03-05 Status: Approved PRD: Sandbox Sign Up/Login (Aarushi, v1, 23 Feb 2026)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| StoryQuery model with child safety scoring and dynamic field boosts. | |
| Uses Google Gemini (gemini-2.5-flash-lite) for structured query extraction. | |
| Dependencies: | |
| pip install google-genai pydantic | |
| """ | |
| import os | |
| import json |
egov-workflow-v2 has a hardcoded state.level.tenant.id configuration property (set via STATE_LEVEL_TENANT_ID env var) that is used for MDMS master data lookups at startup and during escalation. This means the workflow service can only serve one state tenant root — any workflow definitions or MDMS data stored under a different root tenant are invisible.
WorkflowConfig.java:94-95 — Config injection:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "adminFormId": "att-001", | |
| "moduleId": "attendance", | |
| "formSchema": { | |
| "name": "attendance", | |
| "label": "Attendance", | |
| "subModules": [ | |
| { | |
| "name": "student-attendance", | |
| "label": "Student Attendance", |
- SI Enablement Package 1.1. Docs that define RnR of SI and Platform team 1.2. Onboarding Guide for SIs 1.3. What do SIs do? 1.3.1. Configure 1.3.1.1. Documentation and Examples 1.3.1.2. Auto-generated config files for common usecases 1.3.1.3. Progressive Disclosure of configs based on complexity
NewerOlder