Logging

Rate a title

Quick rating form. For v1 this writes to a shared log; ratings will persist to Supabase in v2.

For now, new ratings are seeded directly into src/lib/titles.ts.

After Leila's responses land, v2 swaps in a Supabase-backed form here.

// Example entry

{
  id: 'the-bear',
  name: 'The Bear',
  year: 2022,
  type: 'series',
  platform: ['Hulu'],
  tags: ['unique-craft', 'earned-emotion'],
  ratings: { jesse: 9, leila: 8 },
  ratingNotes: {
    jesse: 'Chef intensity landed. Chicago grit + family.',
  },
}