Tig 256 seed demo flows#29
Conversation
… RSVP'd tab in My Events; add root db:seed script
…seed workflow in README
|
Potential issue with matching seeded events by title Right now, reseeding looks up existing events using only the event title: Since titles aren't guaranteed to be unique, this could update the wrong event if a user-created event (or another seeded event) has the same title. The Map would also only keep one of multiple events with the same title. |
|
Could you add the QA results for the other MVP flows to the PR description? In addition to Explore, the task asks us to verify ranking/interests, Event Detail metadata, My Events saved and RSVP’d states, tags, locations, and organizations/sources. A brief checklist noting which seeded user was tested and what was confirmed would make it easier to verify the definition of done. |
so events don't silently go stale/past on a long-lived local DB.
db:seedthrowingDATABASE_URL not seton a fresh checkout (ranvia
buninstead oftsx, which fixed .env inheritance).bun run db:seedand updated README setup docs.