Christopher Mayor TopherMayor
  • Joined on 2025-12-16
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-27 17:51:59 +00:00
4d5e1502e9 fix #9 #10 #11: fix email_verified schema, add auth gate to compare, use real user id
TopherMayor closed issue TopherMayor/comparaison#9 2026-04-27 17:51:59 +00:00
DB schema mismatch: email_verified is timestamp instead of boolean
TopherMayor pushed to fix/e2e-bugs-9-10-11 at TopherMayor/comparaison 2026-04-27 17:33:50 +00:00
4d5e1502e9 fix #9 #10 #11: fix email_verified schema, add auth gate to compare, use real user id
TopherMayor created branch fix/e2e-bugs-9-10-11 in TopherMayor/comparaison 2026-04-27 17:33:50 +00:00
TopherMayor opened issue TopherMayor/comparaison#11 2026-04-27 17:28:12 +00:00
POST /api/compare missing auth gate -- returns 500 instead of 401
TopherMayor opened issue TopherMayor/comparaison#9 2026-04-27 17:28:12 +00:00
DB schema mismatch: email_verified is timestamp instead of boolean
TopherMayor opened issue TopherMayor/comparaison#10 2026-04-27 17:28:12 +00:00
Compare API crashes: user_id='system' violates FK constraint
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-27 05:16:25 +00:00
56b6f67d00 fix: update docker-compose to use shared postgres and Traefik labels
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-27 05:06:26 +00:00
370fd2d8e6 fix: map users/sessions schema to better-auth expected names
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-27 00:39:45 +00:00
089de443a0 docs: update deployment section with current production state
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-26 23:56:01 +00:00
78e1c74fa3 fix: use getClient() instead of undefined client in openai provider
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-26 23:53:24 +00:00
d9ed1586cc fix: use title as fallback query instead of null in compare route
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-26 23:50:09 +00:00
5187d75d53 fix: add userId to comparison inserts (placeholder 'system' until auth is wired)
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-26 23:44:22 +00:00
8d2239aebd fix: use viewCount instead of views in profile page
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-26 23:43:27 +00:00
0b523b7274 fix: replace mockUser/mockComparisons with proper local variables in profile page
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-26 22:58:13 +00:00
db30a7e178 Merge branch 'feat/wire-pages'
50fd4cda6a Merge branch 'feat/api-endpoints'
565085aba1 feat: wire up explore and profile pages
c9e6e156ac feat: add comparison and user API endpoints
Compare 4 commits »
TopherMayor pushed to main at TopherMayor/comparaison 2026-04-26 22:57:06 +00:00
494dcb91fa fix: remove duplicate users table definition in schema
3c5df6a74c docs: add v0.2-v0.4 implementation plan for feed, profile, auth, and search
Compare 2 commits »
TopherMayor opened issue TopherMayor/comparaison#8 2026-04-26 08:15:04 +00:00
UX: Add proper loading and error states throughout
TopherMayor opened issue TopherMayor/comparaison#7 2026-04-26 08:15:04 +00:00
Feature: Delete and toggle visibility on comparisons
TopherMayor opened issue TopherMayor/comparaison#6 2026-04-26 08:15:03 +00:00
Feature: Functional global search in header