-
Notifications
You must be signed in to change notification settings - Fork 1
Multi views #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi views #9
Conversation
Implemented three alternative visualization modes for the Kanban board: - Timeline view: Horizontal timeline with swimlanes grouped by assignee - Gantt chart: Classic project management view with progress indicators - Waterfall view: Phase-based sequential task flow with dependencies All views integrate with existing real-time updates, filtering, and task detail modal. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
"tool": "Edit",
"files": [
"apps/web/package.json",
"apps/web/src/components/TaskGantt.tsx",
"bun.lock",
"apps/web/src/components/ui/toggle-group.tsx",
"apps/web/src/components/ui/toggle.tsx"
],
"tasks": [],
"todos": [],
"sessionId": "3222aa02-4585-419c-acbb-4f42fa265833",
"instanceId": "worker-1",
"timestamp": 1758395050413
}
|
Claude finished @fblgit's task —— View job Code Review: Multi Views PRI've completed my review of this PR. Here's my comprehensive feedback: Review Checklist
📊 OverviewThis PR adds three new visualization views to ClaudeBench:
✅ Strengths
🔍 Issues & Suggestions1. Missing Adherence to Project Architecture
|
This PR: