Closed kleneway closed 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.
I've completed my work on this issue and have created a pull request: JACoB PR for Issue Improve Plan Component in TodoDetails: User Feedback, Redo Plan, and Add New Plan Steps.
Please review my changes there.
Description
We aim to enhance the user experience on the
Plan
component within theTodoDetails
component (/src/app/dashboard/[org]/[repo]/todos/components/TodoDetails.tsx
) by introducing new features that allow users to provide feedback on their current plan and manage plan steps more effectively. This includes implementing user feedback input, a "Redo Plan" functionality, the ability to add new plan steps, and updating the user interface accordingly. Additionally, backend support via TRPC router modifications is required.1. User Feedback on Plans
Plan
component where users can enter feedback about the current plan.2. Implement "Redo Plan" Functionality
Plan
component.3. Enable Adding New Plan Steps
Plan
component.4. Update the User Interface
Plan
:Plan
component to include:5. Backend Support with TRPC Router Modifications
/src/server/api/routers/planSteps.ts
includes acreatePlanStep
function.Expected Outcome
TodoDetails
section of the website.