Skip to content

refactor(bunkx): remove session handling and attendance payload logic…#19

Open
vishnunathasuresh wants to merge 1 commit into
Noelithub77:masterfrom
vishnunathasuresh:feat/dashboard-bunkx-link
Open

refactor(bunkx): remove session handling and attendance payload logic…#19
vishnunathasuresh wants to merge 1 commit into
Noelithub77:masterfrom
vishnunathasuresh:feat/dashboard-bunkx-link

Conversation

@vishnunathasuresh
Copy link
Copy Markdown
Contributor

This pull request removes all code related to the Bunkx attendance session handoff feature from the bunkialo-landing app. This includes deleting the session API endpoints, session storage logic, attendance payload parsing, and the Bunkialo page that handled session-based attendance transfers. These changes effectively disable the Bunkx attendance handoff functionality from both the backend and frontend.

The most important changes are:

Removal of API Endpoints

Removal of Core Logic

  • Removed the session store implementation (bunkx-session-store.ts) that managed session creation, expiration, and consumption in memory.
  • Removed the attendance payload parsing and validation logic (bunkx-payload.ts) used to ensure incoming attendance data was well-formed.

Removal of Frontend Integration

  • Deleted the Bunkialo page (bunkialo/page.tsx) that handled receiving and displaying attendance data from the mobile app via session handoff.… accidentally added to the bunkialo-landing page

… accidentally added to the bunkialo-landing page
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 31, 2026

Warning

Rate limit exceeded

@vishnunathasuresh has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 4 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 9 minutes and 4 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c927f533-38fc-4a74-ae77-0e8c2e9507be

📥 Commits

Reviewing files that changed from the base of the PR and between 1c5ffe9 and 4ef6923.

📒 Files selected for processing (5)
  • bunkialo-landing/src/app/api/bunkx/session/[sid]/route.ts
  • bunkialo-landing/src/app/api/bunkx/session/route.ts
  • bunkialo-landing/src/app/bunkialo/page.tsx
  • bunkialo-landing/src/lib/bunkx-payload.ts
  • bunkialo-landing/src/lib/bunkx-session-store.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 and usage tips.

@github-actions
Copy link
Copy Markdown

Preview

QR Code

@vishnunathasuresh
Copy link
Copy Markdown
Contributor Author

eda
this is the final version

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