Skip to content

mizcausevic-dev/learner-intervention-ledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learner Intervention Ledger

Learner Intervention Ledger is an EdTech workflow and audit layer for student success operations. It records outreach attempts, lane handoffs, channel history, resolution quality, and cycle time so institutions can see which interventions actually improved outcomes.

Overview

Why this repo is good

  • It completes the EdTech action cluster after student-success-signal-hub, curriculum-knowledge-graph, and advisor-outreach-orchestrator.
  • It adds auditability and outcome quality instead of only queue scoring.
  • It gives schools a cleaner closed-loop view of what happened after support teams acted.

What it does

  • Logs interventions with owner lanes, channels, event types, and response state.
  • Scores closure quality from response, risk movement, touch count, age, and escalation depth.
  • Shows which lanes and playbook patterns are resolving cases versus stalling them.
  • Exposes both an operator-facing proof surface and a clean API.

Proof

Outcomes Evidence API Summary

Local run

cd learner-intervention-ledger
py -3.11 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe -m app.main

Open:

  • http://127.0.0.1:4741/
  • http://127.0.0.1:4741/outcomes
  • http://127.0.0.1:4741/evidence
  • http://127.0.0.1:4741/docs

Validation

.\.venv\Scripts\python.exe -m unittest discover -s tests
.\.venv\Scripts\python.exe scripts\run_demo.py
.\.venv\Scripts\python.exe scripts\smoke_check.py
.\.venv\Scripts\python.exe scripts\render_readme_assets.py

API shape

Endpoints:

  • /api/dashboard/summary
  • /api/interventions
  • /api/lanes
  • /api/outcomes
  • /api/interventions/{intervention_id}
  • /api/sample

Repo layout

app/
  data/
  services/
docs/
scripts/
screenshots/
tests/

About

EdTech intervention ledger for outreach history, escalation tracking, and student support outcome analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors