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.
Unfortunately, I ran into trouble working on this.
Here is some error information:
Missing required variables: context
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. The research items need to be added to the task when the dashboard loads and passed down to the research component.
Requirements
Implementation Details
Data Fetching and Passing:
src/app/dashboard/[org]/[repo]/[developer]/Dashboard.tsx
.Component Creation:
Research.tsx
insrc/app/dashboard/[org]/[repo]/[developer]/components/workspace/
.react-markdown
andreact-syntax-highlighter
for rendering markdown content with syntax highlighting.Integration:
Workspace
component's switch statement to render the Research component when the event type is "research".New Files:
src/app/dashboard/[org]/[repo]/[developer]/components/workspace/Research.tsx
Acceptance Criteria:
@jacob-ai-bot
Steps to Address Issue: 1. Create a new file 'Research.tsx' in the specified directory.
Files to Create: /src/app/dashboard/[org]/[repo]/[developer]/components/workspace/Research.tsx
Files to Update: /src/app/dashboard/[org]/[repo]/[developer]/Dashboard.tsx, /src/app/dashboard/[org]/[repo]/[developer]/components/workspace/index.tsx
task assigned to: @jacob-ai-bot