prisma / studio

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
https://www.prisma.io/studio
1.9k stars 47 forks source link

Form-based entity editing #602

Open luxaritas opened 3 years ago

luxaritas commented 3 years ago

While the current tabular layout can be good for some scenarios, it's less useful as a low-effort backoffice, particularly when you want to read/edit longer fields. For example, in our current setup we use our admin interface to write news posts, manually adjust user profiles, etc. The admin interface in Django is a really great strength in this regard, and IIRC the old Prisma Admin had something similar (including a similar capability to extend the administrative interface with custom widgets if memory serves).

sdnts commented 3 years ago

Hey @luxaritas, I'll add this as a feature request for now!