Commit Graph
5 Commits
Author SHA1 Message Date
codegirl007 c6b5d6a456 Rename the unified post date field.
CI / test (pull_request) Successful in 6m16s
Use post_date throughout the new schema while retaining hunt_date only as the legacy migration source.
2026-08-27 00:03:10 -07:00
codegirl007 007fcd0991 Add unified posts database groundwork.
CI / test (pull_request) Successful in 6m18s
Introduce additive post and post-vote tables with an idempotent legacy snapshot migration so the existing application remains compatible during the staged cutover.
2026-08-27 00:00:06 -07:00
codegirl007 418ef93da5 Add polished answer notifications (#1)
Sends a branded Resend email when a question receives its first answer, records accepted and failed sends, and adds collapsed answer editing with cancel behavior.

Co-authored-by: codegirl-007 <s.raide@gmail.com>
2026-08-27 06:55:24 +00:00
codegirl007 247fb05281 Replace scs postgresstore with a sqlc-backed SessionStore.
Keep scs for cookies and session API while sessions DDL and queries live in the same sqlc stack as the rest of Postgres.
2026-08-22 07:11:47 -07:00
codegirl007 b519cf6fe5 Adopt sqlc for typed Postgres queries behind store entities. 2026-08-22 06:59:56 -07:00