1---2name: project-management3description: Project management tool design, task views, timeline design, board layouts, and team collaboration UX.4---56# Project Management Design78## View Types9| View | Best For | Key Features |10|------|----------|-------------|11| Board/Kanban | Visual workflow, status tracking | Drag between columns, card design |12| List | Quick scanning, bulk editing | Sortable columns, inline edit |13| Timeline/Gantt | Scheduling, dependencies | Date ranges, milestones, drag to reschedule |14| Calendar | Date-based work | Day/week/month views, drag to reschedule |15| Table | Data-heavy, custom fields | Spreadsheet-like with typed columns |1617## Task Design18- Title (primary), description (expandable)19- Status, priority, assignee, due date (visible on card/row)20- Labels/tags for categorization21- Subtasks/checklist for breaking down work22- Comments/activity feed23- File attachments24- Custom fields per project2526## Board (Kanban)27- Columns = statuses (To Do, In Progress, Review, Done)28- Drag cards between columns to update status29- Column: show count, collapsible, add new card30- Card: title, assignee avatar, due date, priority indicator31- WIP limits per column (optional)3233## Collaboration34- Real-time updates (no refresh needed)35- @mentions in comments36- Activity feed per task and per project37- Notifications (configurable: all, mentions only, none)38- Assignee workload view (who has too much/too little)3940## Timeline41- Horizontal time axis (days/weeks/months)42- Tasks as bars spanning their duration43- Drag to resize (change dates)44- Dependencies as arrows between tasks45- Milestones as diamonds46- Critical path highlighting