feat: add Proof of Attendance (HDMP) — Lo0ker-Noma#1
feat: add Proof of Attendance (HDMP) — Lo0ker-Noma#1Lo0ker-Noma wants to merge 2 commits intolacrypta:mainfrom
Conversation
Sistema de reservas para eventos con depósito en Lightning Network. - Lightning Address para recibir pagos - QR de invoice escaneable con cualquier wallet - Ticket QR único por asistente - Panel del organizador para canjear tickets Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdded a new project entry "Proof of Attendance (HDMP)" to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@data/projects/foundations.json`:
- Around line 22-40: The new project object ("id": "proof-of-attendance-hdmp")
is placed outside the existing projects array causing invalid JSON; move that
object into the projects array by removing the extra closing bracket that ends
the array too early and ensure the projects array contains both objects with
proper commas (i.e., place the "proof-of-attendance-hdmp" object as the second
element inside the projects array and validate the array punctuation around the
items and trailing commas).
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 227c2f9c-45ca-411f-b217-695c1920fe3a
📒 Files selected for processing (1)
data/projects/foundations.json
⚡ Proof of Attendance (HDMP)
Sistema de reservas para eventos con depósito en Lightning Network.
El problema
Los no-shows arruinan los eventos. La gente reserva y no aparece porque no le cuesta nada.
La solución
Reservás pagando sats (precio de una consumición). Si venís → canjeás tu consumición. Si no venís → perdés los sats.
Demo
git clone+npm install+npm run devStack
Lightning Address · Alby SDK · LNURL · WebLN · Vite
Autor
@Lo0ker-Noma
🤖 Generated with Claude Code
Summary by CodeRabbit