supabase-community / seed

Automatically seed your database with production-like dummy data based on your schema for local development and testing.
MIT License
468 stars 17 forks source link

feat: Support creating projects during init #107

Closed justinvdm closed 7 months ago

justinvdm commented 7 months ago

UX changes:

Short demo: https://www.loom.com/share/e646ad45b63346bc8cf9352950cb4466

linear[bot] commented 7 months ago
S-2030 Support creating projects during `init`

Right now, when the user `snaplet/seed init`'s, they can only choose existing projects. Creating new projects (for the data given back by the AI) for their new project isn't possible. [https://discord.com/channels/788353076129038346/914821651017908234/1226838023967342643](https://discord.com/channels/788353076129038346/914821651017908234/1226838023967342643)

justinvdm commented 7 months ago

Fixes S-2031