Skip to content

Commit f2baecc

Browse files
committed
docs(spp_case_demo,spp_grm_demo): sync descriptions with code
- spp_case_demo: mention 3 background cases, clarify non-deterministic generation - spp_grm_demo: list all 8 personas, add missing dependencies (spp_grm_registry, spp_grm_programs), clarify non-deterministic generation
1 parent ae5a754 commit f2baecc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

spp_case_demo/readme/DESCRIPTION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Demo data generator for Case Management system. Creates realistic cases with intervention plans, home visits, progress notes, and service referrals. Includes 9 fixed demo stories for training and sales demos, plus configurable random case generation for volume testing.
1+
Demo data generator for Case Management system. Creates realistic cases with intervention plans, home visits, progress notes, and service referrals. Includes 9 fixed demo stories plus 3 background cases for training and sales demos, and configurable volume case generation using Faker for locale-aware random data (non-deterministic — each run produces different results).
22

33
### Key Capabilities
44

5-
- Generate 9 fixed demo stories with predictable personas and case progressions for consistent training scenarios
6-
- Create random volume cases with configurable distribution percentages for plans, visits, notes, and closures
5+
- Generate 9 fixed demo stories with predictable personas and case progressions for consistent training scenarios, plus 3 background cases (Fernandez Intake Pending, Johnson Assessment, Kim Case Closed) for variety
6+
- Create random volume cases using Faker (non-seeded) with configurable distribution percentages for plans, visits, notes, and closures
77
- Link generated cases to existing registrants or create standalone cases
88
- Backdate case records and related activities to simulate realistic timelines over configurable day ranges
99
- Create intervention plans with multiple interventions across case lifecycle stages

spp_grm_demo/readme/DESCRIPTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Demo data generator for the Grievance Redress Mechanism. Creates both story-based tickets linked to specific personas (Juan Dela Cruz, Ibrahim Hassan, Fatima Al-Rahman) and volume tickets using scenario templates. Simulates realistic ticket workflows including resolution paths, escalations, and timeline distribution.
1+
Demo data generator for the Grievance Redress Mechanism. Creates both story-based tickets linked to specific personas (Juan Dela Cruz, Ibrahim Hassan, Fatima Al-Rahman, Ahmed Said, David Martinez, Maria Santos, Rosa Garcia, Carlos Morales) and volume tickets using scenario templates. Simulates realistic ticket workflows including resolution paths, escalations, and timeline distribution. Uses Faker for locale-aware random data (non-deterministic — each run produces different volume tickets).
22

33
### Key Capabilities
44

@@ -50,4 +50,4 @@ Story personas align with `spp_mis_demo_v2` and `spp_case_demo` for cross-module
5050

5151
### Dependencies
5252

53-
`spp_demo`, `spp_grm`, `spp_security`
53+
`spp_demo`, `spp_grm`, `spp_grm_registry`, `spp_grm_programs`, `spp_security`, `faker` (Python)

0 commit comments

Comments
 (0)