Open kleneway opened 3 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.
I've completed my initial work on this issue and have created a pull request: JACoB PR for Issue Add research component to dashboard workspace.
The changes currently result in an error, so I'll be making some additional changes before it is ready to merge.
I've updated this pull request: JACoB PR for Issue Add research component to dashboard workspace.
The changes currently result in an error, so I'll be making some additional changes before it is ready to merge.
Add Research Component to Dashboard Workspace
Description
We need to add a new "Research" component to the dashboard application to display research items. Currently, the dashboard shows items such as Prompts, Code, Issue, Pull Request, etc. With the addition of research items in the database, we should also display them in the dashboard.
For this task, we need to create a new component that displays all the research objects for a specific task/issueId. This component should:
Requirements
Research.tsx
in theworkspace
directory.New Files:
/src/app/dashboard/[org]/[repo]/[developer]/components/workspace/Research.tsx
Files to Update:
/src/app/dashboard/[org]/[repo]/[developer]/components/Sidebar.tsx
/src/types.ts
/src/app/dashboard/[org]/[repo]/[developer]/components/workspace/index.tsx
/src/app/dashboard/[org]/[repo]/[developer]/Dashboard.tsx
/src/server/api/routers/events.ts
Acceptance Criteria:
Research.tsx
component is created in theworkspace
directory.@jacob-ai-bot