Now that the backend GET /chats/{user_id} and GET /resumes/{user_id} endpoints are live, the frontend needs to consume them. ** Tasks: ** - [ ] Implement useEffect in Chat.tsx to load previous messages on mount. - [ ] Implement useEffect in ResumeBuilder.tsx to fetch historical tailoring sessions. - [ ] Clear state on user logout to prevent data leakage.
Now that the backend GET /chats/{user_id} and GET /resumes/{user_id} endpoints are live, the frontend needs to consume them.
** Tasks: **
Implement useEffect in Chat.tsx to load previous messages on mount.
Implement useEffect in ResumeBuilder.tsx to fetch historical tailoring sessions.
Clear state on user logout to prevent data leakage.