jacob-ai-bot / jacob

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

Add Questions for User to the TodoDetails l page #149

Open kleneway opened 2 hours ago

kleneway commented 2 hours ago

Description

Introduce a new component, Questions for User, to the to-do detail page. This component will specifically display question types intended for user interaction, separate from the existing research questions. Additionally, it should include a form that allows users to submit their answers.

Current Behavior

Proposed Behavior

Requirements

  1. Component Creation:

    • Develop a new component named QuestionsForUser.
    • Design the component to match the existing to-do details components in layout but with a distinct blue (Aurora) color scheme.
  2. Filtering Logic:

    • Implement functionality to filter research items and display only research items with user-specific question types in the QuestionsForUser component.
    • Ensure that non-user research questions remain in the existing Research component.
  3. Form Integration:

    • Add a form above the Research component within the QuestionsForUser component.
    • The form should allow users to view the research item with the question and edit the answers to the questions displayed.
  4. Integration with To-Do Detail Page:

    • Wire the QuestionsForUser component into the to-do detail page.
    • Ensure seamless integration without disrupting existing functionalities.

Acceptance Criteria

Design References

@jacob-ai-bot --skip-build

jacob-ai-bot[bot] commented 1 hour 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 1 hour ago

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Add Questions for User to the TodoDetails l page.

Please review my changes there.