diff --git a/README.md b/README.md index ce4a1b4..57cd744 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **The Windows-native Control Center for [Beads](https://github.com/steveyegge/beads).** BeadBoard is a high-performance local dashboard for managing your software development tasks. Built on the Beads protocol, it provides a unified, visualization-rich interface over your distributed project landscape. - +![alt text](image.png) ## 🚀 Why BeadBoard? Most task managers are siloes. BeadBoard is a lens over your source code. - **Source of Truth**: Reads directly from `.beads/issues.jsonl` in your repo. No database sync skew. @@ -20,12 +20,14 @@ Stop context switching between repos. ### 2. Interactive Kanban Dashboard (`/`) Manage your flow state. +![Kanban Dashboard](assets/kanban-hero.png) - **Live Updates**: Boards refresh automatically when the underlying JSONL files change (e.g., via CLI). - **Progressive Disclosure**: Task details, metadata, and relations are tucked away until you need them. - **Smart Filtering**: Filter by priority, assignee, status, or full-text search across thousands of beads. ### 3. Dependency Graph Explorer (`/graph`) Understand the "Why" and "What's Next". +![alt text](image-1.png) - **Epic-Centric Layout**: Automatically groups tasks by Epic for logical clustering. - **True DAG Visualization**: Uses Dagre layout engine to enforce a strict Left-to-Right dependency flow. - *Left*: Incoming Blockers diff --git a/assets/graph-hero.png b/assets/graph-hero.png new file mode 100644 index 0000000..ccc15bd Binary files /dev/null and b/assets/graph-hero.png differ diff --git a/assets/kanban-hero.png b/assets/kanban-hero.png new file mode 100644 index 0000000..7798ce3 Binary files /dev/null and b/assets/kanban-hero.png differ diff --git a/image-1.png b/image-1.png new file mode 100644 index 0000000..ac87b18 Binary files /dev/null and b/image-1.png differ diff --git a/image.png b/image.png new file mode 100644 index 0000000..459a578 Binary files /dev/null and b/image.png differ