Title: Settings Page is Fully Static (No Backend Integration)
Labels: enhancement, frontend, backend, feature
Description:
The Settings page is currently static and does not persist user changes.
Features like:
- Profile updates
- Preferences changes
- System configuration
are not connected to backend APIs.
Expected Fix:
- Connect Settings UI to backend REST APIs
- Implement state management (React state / context / Redux)
- Store and retrieve user settings from PostgreSQL database
Title: Settings Page is Fully Static (No Backend Integration)
Labels: enhancement, frontend, backend, feature
Description:
The Settings page is currently static and does not persist user changes.
Features like:
are not connected to backend APIs.
Expected Fix: