Commit Graph

5 Commits

Author SHA1 Message Date
Jeff Emmett 2a14925b54 chore: add rInbox to r* Ecosystem footer
Add rinbox.online link to the ecosystem footer navigation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 18:31:22 -07:00
Jeff Emmett 23971b2f0f feat: add r* ecosystem footer to layout
Add ecosystem footer with all 10 r* app links to the root layout,
visible on every page including the interactive demo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 08:58:42 -07:00
Jeff Emmett 1edb984ee3 Update site metadata to Quadratic Proposal Ranking
- Update title from "Quadratic Voting" to "Quadratic Proposal Ranking"
- Update description to emphasize backlog prioritization
- Update keywords for better SEO

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:27:16 +00:00
Jeff Emmett c6b7f5d899 feat: implement rVote.online - quadratic voting platform
Complete implementation of a Reddit-style proposal ranking system with:

- Quadratic voting with credit decay (10 credits/day, 30-60 day decay)
- Two-stage voting: Ranking (quadratic) → Pass/Fail (time-boxed)
- Auto-promotion at score ≥100 to 7-day voting period
- NextAuth.js authentication with email/password
- PostgreSQL database with Prisma ORM
- shadcn/ui components with Tailwind CSS
- Docker configuration for deployment

Features:
- User registration/login with credit system
- Proposal creation, editing, deletion
- Upvote/downvote with quadratic cost (weight² credits)
- Vote decay returning credits over time
- Pass/fail voting with Yes/No/Abstain
- User profile with voting history and credit tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 04:48:20 +00:00
Jeff Emmett 8804057a7d Initial commit from Create Next App 2026-02-05 04:32:10 +00:00