Architecture + Version Matrix

Core Architecture

Software Version Inventory

Request Flow

  1. WSGI entrypoint resolves path and user session context.
  2. CSRF and role gates apply to mutating requests.
  3. Organization-scoped SQL executes.
  4. HTML or JSON response is returned with security headers.

Role Model

  1. viewer
  2. student
  3. staff
  4. manager
  5. workspace_admin
  6. owner

Build and Ops Toolchain