Skip to content

feat: add stream Gantt chart view - #888

Open
Abdul0905 wants to merge 4 commits into
ritik4ever:mainfrom
Abdul0905:feat/issue-763-add-stream-gantt-chart-view
Open

feat: add stream Gantt chart view#888
Abdul0905 wants to merge 4 commits into
ritik4ever:mainfrom
Abdul0905:feat/issue-763-add-stream-gantt-chart-view

Conversation

@Abdul0905

Copy link
Copy Markdown

Overview

This PR adds a Stream Gantt chart view that displays all streams on an interactive horizontal timeline, color-coded by vesting status, with day/week/month zoom levels and click-through navigation to stream details.

Related Issue

Closes #

Changes

📊 Stream Gantt View

  • [ADD] frontend/src/components/StreamGantt.tsx

    • Horizontal Gantt chart rendering each stream as a row on a shared timeline.
    • Color-coded bars: gray = unvested, blue = vested, green = claimed.
    • Zoom controls switch between day, week, and month views.
    • Clicking a bar navigates to the corresponding stream detail page.
  • [MODIFY] frontend/src/pages/DashboardPage.tsx

    • Integrates StreamGantt into the dashboard analytics area.
    • Passes stream data and zoom state to the Gantt component.

Verification Results

npm run build
✅ Build passes

Live acceptance check:
✅ Renders 50 streams without layout issues
✅ Day/week/month zoom levels work correctly
✅ Clicking a bar navigates to stream detail
Acceptance Criteria Status
Renders for up to 50 streams ✅ Verified with 50 streams
Zoom levels work correctly ✅ Day/week/month views switch and rescale correctly
Click navigates to stream detail ✅ Bar click opens the correct stream detail page

Closes #763

@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

@Abdul0905 is attempting to deploy a commit to the ritik4ever's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Aug 28, 2026

Copy link
Copy Markdown

@Abdul0905 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 222fdefb-c6cd-4c40-8bfd-d9c68a150584


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add stream Gantt chart view

1 participant