App skeleton is running

The Lesson Observation Dashboard front controller, router and database layer are wired up and working.

  • Router: clean URLs via index.php + .htaccess
  • Database: PDO singleton with prepared statements only
  • Framework: none — plain PHP 8, Bootstrap 5, vanilla JS (no Composer)
Database: connected

Next steps are the Observations data-entry flow, the Summary Dashboard, PD Needs and Settings pages.