Tasks
Browse open tasks, claim a work unit, and submit a contribution to generate CPC. This page uses mock data now and maps 1:1 to a future Supabase `tasks` table.
Claimable tasks ready to be executed.
In progress tasks waiting for submission.
Later: filter by Volume, type, reward range, and status.
Draft a clear operational definition that can be used to derive tasks and metrics.
Translate the equation variables into measurable proxies and propose instrumentation.
Write a public-facing summary that preserves rigor while increasing accessibility.
Propose scoring examples and edge cases for consistent verification.
Tables: tasks, contributions. Policies: only the claimer can update a claimed task; reviewers can verify. API pattern: browser reads tasks with anon key + RLS; mutations via /api/tasks using service role key.