kleneway / jacob

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

"Generate Research" Button Remains Disabled When Navigating Between Todos During Generation #124

Open kleneway opened 3 weeks ago

kleneway commented 3 weeks ago

Description

In the Todo frontend dashboard, the "Generate Research" button remains disabled (grayed out) when a user navigates from one todo to another while research is being generated. This issue prevents users from initiating research generation on other todos concurrently.

Steps to Reproduce

  1. Open the Todo frontend dashboard in the browser.
  2. Select a todo item and click the "Generate Research" button.
  3. While the research is being generated (button is disabled), navigate to a different todo item.
  4. Observe that the "Generate Research" button on the new todo remains disabled.

Expected Behavior

Each todo item should manage its own generate state independently. Navigating to a different todo while generating research on another should allow the "Generate Research" button on the new todo to be enabled and functional.

Actual Behavior

The "Generate Research" button stays disabled on all todos when a user navigates between them during an ongoing research generation process. This is caused by the generate state being managed by a single boolean value that incorrectly affects all todos.


@jacob-ai-bot

jacob-local-kevin[bot] commented 3 weeks 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-local-kevin[bot] commented 3 weeks 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.