Full deployment history for this project.
Merge pull request #3 from mbarbine/v0/mbarbine-b8ef8e13 Transition to production database and implement core features
fix: resolve SQL script failure and chat-interface syntax errors Fix duplicate JSX in chat-interface and update init-db for table creation Implement username-only auth with fingerprint and fix chat issues Create file upload/download, RSS feed, and missing pages Add comprehensive documentation for all fixes Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: consolidate schemas into single migration script Create comprehensive migration including all tables. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #2 from mbarbine/v0/mbarbine-db5359de Migrate application from mock to real data
feat: fix broken features with real API data and database init Completely fix hardcoded data, add database init, and update all components to use APIs. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: execute SQL migration scripts for table creation Create and run migration scripts to ensure database tables exist. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #1 from mbarbine/code-cleanup Migrate application from mock to real data
feat: migrate to real Supabase data and implement auth system Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: refactor migration script to handle SQL failures Break SQL script into smaller parts for better error handling. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: migrate from mock to real data Create migrations and update components for real data usage Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>