jacob-ai-bot / jacob

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

Add 'Restart Task' Button to Todo Details Page for Easy Task Restarting #258

Open kleneway opened 3 hours ago

kleneway commented 3 hours ago

Description

Currently, to restart a Todo task from the todo details page, users must manually edit the associated GitHub issue by removing the @jacob-ai-bot tag, saving the changes, and then re-adding the tag. This process is time-consuming and not user-friendly, especially when tasks need to be restarted frequently.

To improve the user experience, we should add a 'Restart Task' button to the todo details page for tasks that have already been started. This button will automate the restart process by programmatically removing and re-adding the @jacob-ai-bot tag on the issue.

The implementation should utilize the existing updateIssue TRPC route to update the issue accordingly. By doing so, users can restart tasks with a single click, enhancing the efficiency of task management within the application.

Expected Outcome

jacob-ai-bot[bot] commented 3 hours ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-ai-bot[bot] commented 2 hours ago

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Add 'Restart Task' Button to Todo Details Page for Easy Task Restarting.

Please review my changes there.

jacob-ai-bot[bot] commented 2 hours ago

Update

I've completed my work on this issue and have updated this pull request: JACoB PR for Issue Add 'Restart Task' Button to Todo Details Page for Easy Task Restarting.

Please review my changes there.