feat(08-01): add status column to threadCandidates and wire through backend
- Schema: status TEXT NOT NULL DEFAULT 'researching' on thread_candidates - Zod: candidateStatusSchema enum (researching/ordered/arrived) added to createCandidateSchema - Service: getThreadWithCandidates selects status, createCandidate sets status, updateCandidate accepts status - Client hooks: CandidateWithCategory and CandidateResponse types include status field - Migration generated and applied Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
drizzle/0002_broken_roughhouse.sql
Normal file
1
drizzle/0002_broken_roughhouse.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `thread_candidates` ADD `status` text DEFAULT 'researching' NOT NULL;
|
||||
Reference in New Issue
Block a user