Skip to content

feat(analytics): add real-time check-in counter with polling (FE-094)#322

Merged
BigBen-7 merged 2 commits into
Lead-Studios:mainfrom
phertyameen:feat/analytics
May 28, 2026
Merged

feat(analytics): add real-time check-in counter with polling (FE-094)#322
BigBen-7 merged 2 commits into
Lead-Studios:mainfrom
phertyameen:feat/analytics

Conversation

@phertyameen
Copy link
Copy Markdown
Contributor

Adds a polling-based live check-in counter to the organizer analytics view.

  • useCheckInCounter hook polls /api/events/:id/check-ins/count every 15s while isLive is true, stops on unmount or event end
  • LiveCheckInCounter component shows count, capacity bar, last-updated timestamp, and pulsing LIVE badge
  • Manual refresh button available as fallback
  • 7 unit tests covering polling, cleanup, error, and manual refresh

Closes #223

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@phertyameen 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

@BigBen-7
Copy link
Copy Markdown
Collaborator

@phertyameen please merge conflicts.

@BigBen-7
Copy link
Copy Markdown
Collaborator

@phertyameen please resolve conflicts

@BigBen-7 BigBen-7 merged commit f896c4f into Lead-Studios:main May 28, 2026
1 check failed
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.

FE-094 Add a real-time check-in counter to the analytics live view

2 participants