regostar / eventique

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

Chatpage 53 #113

Closed SparshaPrakash closed 2 months ago

SparshaPrakash commented 2 months ago

Added three buttons- Regenerate, Reprompt, and Approve with functionalities as mentioned in the task description.

  1. Upon receiving the list of tasks initially, the prompt bar is disabled and the three new buttons are added.
  2. Clicking on Regenerate would hit the appropriate API to get the new list of tasks (API not configured yet).
  3. Clicking on Reprompt would take the user to the initial planning page and the prompt bar is enabled again.
  4. Clicking on approve would store the data in the database (not configured) and redirect the user to the homepage.
SparshaPrakash commented 2 months ago

Screenshot showing the three new buttons

Govind-Asawa commented 2 months ago

After changes, Almost final UI

image

@regostar @SparshaPrakash