jacob-ai-bot / jacob

Just Another Coding Bot
https://jacb.ai
Apache License 2.0
96 stars 13 forks source link

Add Todos to the database #48

Closed kleneway closed 2 months ago

kleneway commented 2 months ago

Todos in the web portal represent all of the various jobs that need to be done during the course of a typical workday. These can be things like adding a new features, bug fixes, code cleanup, adding tests, performing code reviews, etc..

We have a placeholder implementation in the current code base but these only represent existing GitHub issues and are dynamically generated each time the web portal page loads. These should be persistent to allow for adding new todos, removing completed or irrelevant todos, generating items asynchronously (i.e. scan the codebase at intervals and suggest new todo items) and breaking down a epic into stories.