Gaps & roadmap

This is a training system prototype with proprietary curriculum — not official CompTIA content or a production LMS.

  • Roles: admin, instructor, student
  • Class sections, enrollments, content release
  • Quizzes, timed knowledge tests, item / distractor analysis
  • Teaching time, tickets, messaging, binary game
  • Demo reseed, CSV export, SQLite backup
  • CAC / SSO / DoD IdP integration
  • SCORM / xAPI packaging
  • Formal Section 508 audit package
  • Multi-region HA hosting & formal ATO path
  • Official vendor exam banks or licensed media
Production notes

Development server is fine for demos. For sustained use:

gunicorn -b 0.0.0.0:5050 -w 2 'app:app'

Set a strong SECRET_KEY, put SQLite/Postgres behind backups, and place a reverse proxy (nginx/Caddy) in front.

Demo guide