kleneway / jacob

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

Update the Todos - Issue.tsx component to add a button to manually generate research #104

Open kleneway opened 2 months ago

kleneway commented 2 months ago

For the Todos -> Issue component in the app dashboard for an org/user, we want to be able to click a button on the "Research" section and generate new research items for the given issue. in the todoRouter.create function, there is an example of how to perform research. Update that file to create a new router mutation for "researchIssue". Then call that trpc todoRouter on the front end.

Exit Criteria: There is a new researchIssue mutation on the todo router. The Issue component has a new "Research" button on the research section The Issue component has all of the proper error handling and ui loading states The Issue component will refetch the new research items when the research is completed.

@jacob-ai-bot @jacob-ai-bot

jacob-local-kevin[bot] commented 2 months 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 2 months ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Validation Failed: {"resource":"PullRequest","field":"head","code":"invalid"}
jacob-local-kevin[bot] commented 2 months 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 2 months ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Validation Failed: {"resource":"PullRequest","field":"head","code":"invalid"}
jacob-local-kevin[bot] commented 2 months 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 2 months ago

Update

I've completed my initial work on this issue and have created a pull request: JACoB PR for Issue Update the Todos - Issue.tsx component to add a button to manually generate research.

The changes currently result in an error, so I'll be making some additional changes before it is ready to merge.

jacob-local-kevin[bot] commented 2 months ago

Update

I've updated this pull request: JACoB PR for Issue Update the Todos - Issue.tsx component to add a button to manually generate research.

The changes currently result in an error, so I'll be making some additional changes before it is ready to merge.