A few small staleness gaps found while cross-checking README.md against the actual file tree:
views/error_403.php and views/error_404.php exist but aren't listed in the Project Structure tree (README.md ~lines 399-412 only lists CreateTicketView.php, DashboardView.php, layout_footer.php, layout_header.php, TicketView.php, admin/).
config/requirements.php exists but isn't listed under config/ (only config.php is shown) — worth also confirming it isn't a duplicate/older copy of the already-documented scripts/check_requirements.php.
migrations/001_widen_bulk_operations_status.sql isn't mentioned anywhere — the Database Schema / Migrations section only describes 000_baseline.sql and migrate.php generically. Technically not wrong, but gives no hint a second migration file exists; a reader following just the README would run baseline and assume they're fully up to date.
Fix: Update the Project Structure tree and Database Schema section to reflect these files.
**Severity:** Docs
A few small staleness gaps found while cross-checking README.md against the actual file tree:
- `views/error_403.php` and `views/error_404.php` exist but aren't listed in the Project Structure tree (README.md ~lines 399-412 only lists `CreateTicketView.php`, `DashboardView.php`, `layout_footer.php`, `layout_header.php`, `TicketView.php`, `admin/`).
- `config/requirements.php` exists but isn't listed under `config/` (only `config.php` is shown) — worth also confirming it isn't a duplicate/older copy of the already-documented `scripts/check_requirements.php`.
- `migrations/001_widen_bulk_operations_status.sql` isn't mentioned anywhere — the Database Schema / Migrations section only describes `000_baseline.sql` and `migrate.php` generically. Technically not wrong, but gives no hint a second migration file exists; a reader following just the README would run baseline and assume they're fully up to date.
**Fix:** Update the Project Structure tree and Database Schema section to reflect these files.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Severity: Docs
A few small staleness gaps found while cross-checking README.md against the actual file tree:
views/error_403.phpandviews/error_404.phpexist but aren't listed in the Project Structure tree (README.md ~lines 399-412 only listsCreateTicketView.php,DashboardView.php,layout_footer.php,layout_header.php,TicketView.php,admin/).config/requirements.phpexists but isn't listed underconfig/(onlyconfig.phpis shown) — worth also confirming it isn't a duplicate/older copy of the already-documentedscripts/check_requirements.php.migrations/001_widen_bulk_operations_status.sqlisn't mentioned anywhere — the Database Schema / Migrations section only describes000_baseline.sqlandmigrate.phpgenerically. Technically not wrong, but gives no hint a second migration file exists; a reader following just the README would run baseline and assume they're fully up to date.Fix: Update the Project Structure tree and Database Schema section to reflect these files.