Skip to content

Add trafficByHour endpoint for hourly traffic chart#204

Closed
rmorehig wants to merge 2 commits intomainfrom
rmorehig/add-test-chart-endpoint
Closed

Add trafficByHour endpoint for hourly traffic chart#204
rmorehig wants to merge 2 commits intomainfrom
rmorehig/add-test-chart-endpoint

Conversation

@rmorehig
Copy link
Copy Markdown
Contributor

Summary

  • Adds a new trafficByHour Tinybird endpoint that provides hourly traffic distribution data
  • Shows visits and pageviews aggregated by hour of day (0-23)
  • Useful for understanding when users are most active throughout the day
  • Registered endpoint in dashboard API route for frontend consumption

Test plan

  • Verify TypeScript compilation passes
  • Deploy to Tinybird and test endpoint queries
  • Integrate with a new dashboard chart component to visualize hourly patterns

🤖 Generated with Claude Code

This adds a new Tinybird endpoint to analyze hourly traffic patterns,
useful for understanding when users are most active throughout the day.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
analytics-dashboard Ready Ready Preview, Comment Feb 10, 2026 8:49am

Displays a bar chart showing hourly traffic distribution (visits by hour
of day), allowing users to see when their site is most active.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

1 participant