You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Research session system. Chat needs memory. User talks → system remembers → continues conversation. Need clean session handling with MongoDB + backend.
User Story
Given chatbot needs multi-turn conversation When user sends multiple messages Then system should maintain session and context
Description:
Research session system. Chat needs memory. User talks → system remembers → continues conversation. Need clean session handling with MongoDB + backend.
User Story
Given chatbot needs multi-turn conversation
When user sends multiple messages
Then system should maintain session and context
Tasks
Session Basics
Understand Session Concept
Session Types
Chatbot Requirements
Define Session Needs
Session Scope
Session Design
Session Structure (MongoDB)
Message Structure
Session Lifecycle
Session Creation
Session Update
Session Retrieval
Session Expiry
Context Management
Backend Flow (Flask/FastAPI)
/session/create/session/{id}/session/{id}/messageMongoDB Integration
sessionsState Handling (Frontend)
Performance Considerations
Comparison & Decision
Acceptance Criteria
Testing Steps
Definition of Done