Commit Graph

9 Commits

Author SHA1 Message Date
Jeff Emmett 61b3a4b53c Rename to Quadratic Proposal Ranking
- Update terminology from "Quadratic Ranking" to "Quadratic Proposal Ranking"
- More descriptive naming that emphasizes proposal prioritization

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:20:26 +00:00
Jeff Emmett 76f81736ec Rebrand to Quadratic Ranking with rSpace ecosystem styling
- Rename "Quadratic Voting" to "Quadratic Ranking" throughout
- Update headline to "Democratic Backlog Prioritization"
- Add rSpace ecosystem branding and color scheme
- Apply cyan/teal primary colors using oklch format
- Add gradient backgrounds and decorative elements
- Focus messaging on backlog prioritization vs voting mechanism

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:15:32 +00:00
Jeff Emmett 1f454f67ed Update backlog: deployment complete
Site is live at https://rvote.online

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:10:46 +00:00
Jeff Emmett 4fa5012b4d Add trustHost for production NextAuth
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:04:36 +00:00
Jeff Emmett baa9af3f46 Fix Traefik routing with docker.network label
- Add traefik.docker.network=traefik-public label
- Remove TLS requirement (handled by Cloudflare)
- Use only web entrypoint

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 09:30:56 +00:00
Jeff Emmett 884e6ee7ee Initialize backlog and add deployment task
- Initialize backlog.md for task tracking
- Add task-1: Deploy rVote.online with demo and explainer pages
- Document completed work and pending deployment steps

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 04:58:30 +00:00
Jeff Emmett f8bf201c7a Add interactive demo page and update landing page
- Add /demo route with interactive quadratic voting demonstration
- Users can try voting without creating an account
- Sample proposals show both ranking and pass/fail voting stages
- Update landing page with comprehensive quadratic voting explainer
- Add "What is Quadratic Voting?" section with problem/solution
- Add vote cost calculator showing quadratic progression
- Add two-stage voting process explanation
- Add feature highlights (credits, decay, sybil resistance, auto-promotion)
- Add call-to-action sections linking to demo and signup

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 04:57:52 +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