amosproj / amos2023ws05-pipeline-config-chat-ai

MIT License
1 stars 0 forks source link

Display sessions history - frontend 🤭 #87

Closed AviKatziuk closed 9 months ago

AviKatziuk commented 9 months ago

User story

  1. As IP.
  2. We would appreciate the option of seeing our previously conducted chats with the bot.
  3. So that we can go back to older conversations and see what they resulted instead of sending the same input every time.

Acceptance criteria

  1. Implement the session history solution with the UI.
  2. Users can choose the conversation from the panel on the left.
  3. Conversation can be chosen per its DATETIME of when the instance first began. (Bonus if it is based on the context like in ChatGPT)
  4. Do initial testing to understand whether context awareness still works.

Definition of done (DoD)

Feature DoD:

  1. Code review has been completed and code has been merged.
  2. User interaction tests pass on all major browsers.

Sprint Release DoD:

  1. Project builds, deploys, and tests successfully.

Project Release Definition of Done

  1. User interaction tests pass on all major browsers.
  2. Design documentation has been updated

DoD general criteria