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
As a user I would like to break down my thoughts or goals into tasks that are saved inside Dwata. Dwata would show a calendar UI with tasks that have a deadline. Otherwise tasks should appear as a list like they do in task management software. Routines are tasks which have repetition.
First attempt
I would start a chat with an AI model and have the option to generate tasks. This will need a (system) prompt to be set so that the output is a JSON which conforms to a specified TypeScript interface. If system prompt is not available then we simply send the instruction as part of the user prompt.
Initially we only create tasks. We do not show a calendar UI. Tasks UI will be just a simple list with checkboxes. Any deadline date can be shown inside the task item UI.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Big idea
As a user I would like to break down my thoughts or goals into tasks that are saved inside Dwata. Dwata would show a calendar UI with tasks that have a deadline. Otherwise tasks should appear as a list like they do in task management software. Routines are tasks which have repetition.
First attempt
I would start a chat with an AI model and have the option to generate tasks. This will need a (system) prompt to be set so that the output is a
JSON
which conforms to a specifiedTypeScript
interface. If system prompt is not available then we simply send the instruction as part of the user prompt.Initially we only create tasks. We do not show a calendar UI. Tasks UI will be just a simple list with checkboxes. Any deadline date can be shown inside the task item UI.
Beta Was this translation helpful? Give feedback.
All reactions