kleneway / jacob

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

Update the Todos --> Issue component to generate research #102

Open kleneway opened 1 month ago

kleneway commented 1 month 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[bot] commented 2 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-ai-bot[bot] commented 2 weeks ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Command failed: npm install
npm ERR! code E401
npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/download/@pioneersquarelabs/vdot/1.1.1/d1bd22c3d905e76447bdaf1e4d3ad455ced01a85 - authentication token not provided

npm ERR! A complete log of this run can be found in: /opt/render/.cache/_logs/2024-09-16T18_42_51_254Z-debug-0.log
jacob-local-kevin[bot] commented 2 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 2 weeks ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

No plan context generated
jacob-local-kevin[bot] commented 2 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 2 weeks 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 component to generate research.

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