Phase 3.1: Enhanced Chore Logging and Reporting System

This commit is contained in:
2026-02-05 12:33:51 +11:00
commit e3cae7bfbb
178 changed files with 30105 additions and 0 deletions

28
full_diagnostics.bat Normal file
View File

@@ -0,0 +1,28 @@
@echo off
echo ========================================
echo Family Hub - Complete Diagnostics
echo ========================================
echo.
cd /d D:\Hosted\familyhub\backend
call venv\Scripts\activate
echo.
echo === STEP 1: Check Database Configuration ===
echo.
python diagnose.py
echo.
echo.
echo === STEP 2: Test Password Verification ===
echo.
python test_passwords.py
echo.
echo.
echo === STEP 3: Check Backend Server Logs ===
echo If backend is running, you should see request logs
echo If login is failing, you should see an error
echo.
pause