From ef3c6b3f50a309c9aa5d98e39ebe8a9b5feed724 Mon Sep 17 00:00:00 2001 From: Scrum4Me Agent <30029041+madhura68@users.noreply.github.com> Date: Wed, 6 May 2026 11:15:15 +0200 Subject: [PATCH] feat(cleanup): verwijder Todo's navlink en todo-referenties uit marketing page [cmotto5ia000nx3178lq6xk8d] - nav-bar.tsx: Todo's navLink verwijderd; Ideas-link blijft staan - app/page.tsx: /todos quick-access link, feature-entry en /api/todos API-doc verwijderd Co-Authored-By: Claude Sonnet 4.6 --- app/page.tsx | 11 ----------- components/shared/nav-bar.tsx | 1 - 2 files changed, 12 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 9a118e3..ccf42d1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -45,12 +45,6 @@ export default async function LandingPage() { > Solo - - Todo's - (
{title}
@@ -639,7 +629,6 @@ curl -H "Authorization: Bearer $TOKEN" \\ { method: 'PATCH', path: '/api/stories/:id/tasks/reorder', desc: 'Taakvolgorde aanpassen (body: { task_ids: string[] })' }, { method: 'POST', path: '/api/stories/:id/log', desc: 'Activiteit vastleggen: implementatieplan, testresultaat of commit' }, { method: 'PATCH', path: '/api/tasks/:id', desc: 'Taakstatus of implementatieplan bijwerken' }, - { method: 'POST', path: '/api/todos', desc: 'Todo aanmaken (body: { title, product_id })' }, ].map(({ method, path, desc }) => (