regostar / eventique

AI Enhanced Event Planning
MIT License
0 stars 2 forks source link

Approve/Finalize Plan or Regenerate #53

Closed regostar closed 4 months ago

regostar commented 5 months ago

Terminology used : Plan - For an Event, a Plan is created with multiple Tasks

As a user after I've generated a list of tasks I wish to have the flexibility to re-prompt, regenerate the plan or add all the tasks to my calendar on user approval/finalization

Acceptance Criteria:

  1. The input field is disabled after task generation.
  2. The user should have 3 buttons, re-prompt, re-generate and approve
  3. Re-prompt should allow users to start fresh
  4. Re-generate tries to generate a new plan with the same prompt
  5. Approve should finalize the tasks by storing the details in a database

Initial version -> Chatbot is not fully conversational. We regenerate without taking any additional prompts. Having the conversational history and prompting again will come in next version or a separate user story

Govind-Asawa commented 4 months ago

Implemented, Tested and merged into develop