Problem
The current dash.py file contains hardcoded Windows file paths that make the dashboard unusable for anyone other than the original developer:
data_dir = rf"C:\Users\SITAM MEUR\Desktop\web-eye-tracker-main\web-eye-tracker-main\app\services\calib_validation\csv\data"
This causes the following issues:
- Only works on the original developer's Windows machine
- Fails on Linux and macOS systems
- Fails for any other contributor trying to run the dashboard
Related Files: app/services/dash.py