regostar / eventique

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

Event Recommendations using AI and Creation of Tasks #4

Closed Govind-Asawa closed 5 months ago

Govind-Asawa commented 6 months ago

As a user, I want an AI chatbot that plans an event for me as a list of actionable items when I provide it with a description of the event so that I have less overhead of planning & can rather focus on getting things done.

Acceptance Criteria:-

  1. When a user gives a description, the chatbot should generate well-defined tasks.
  2. Every task must have a purpose(title), action items (description), and a date to perform the task.
  3. The extension of this task is to allow users to edit by chatting with the chatbot application.

This would be a core feature of the application, where we train the LLM to ask certain questions to the user. LLM can also be trained on event data.

Estimation Efforts Large: 3 weeks or more

Story Points:- 21

Terminologies Used:- Event - is the actual event that the user is planning. This could be a birthday party or wedding for example. Task - Every event has multiple tasks. This could be like dinner service or a keynote speaker session for example.

regostar commented 6 months ago

Story points increased since this is the core of the application

regostar commented 6 months ago

This task will be expected to spill over to the next sprint since this is the core of the application and we build upon this. But for sprint 1, we are planning to deliver one version of this, which is a simple recommendation that leads to the creation of tasks and an event.

regostar commented 5 months ago

Duplicate of https://github.com/regostar/eventique/issues/48 closing