prisma / prisma-admin-feedback

Feedback for Prisma Admin (currently in invite-only preview)
6 stars 1 forks source link

Prisma admin: CMS/WYSIWYG content editing #135

Open sedubois opened 5 years ago

sedubois commented 5 years ago

Is your feature request related to a problem? Please describe. Prisma admin beta appears to only support editing basic strings, not blog posts and other editorial content.

Describe the solution you'd like

Describe alternatives you've considered

Additional context Our content is bilingual, so many CMSes are cumbersome to use as they do not support field-level localisation. Having full control of the schema would help.

MathiasKandelborg commented 5 years ago

This seems like a great request, something I'd use too. But so far, I've personally been thinking of the admin ui as an easy way to manage entries. However, if I ever needed a CMS, I would build it myself.

My process has been to create the full schema, then make a clientside schema and integrate rules from graphql-shield. I'll then make an express server and connect that with another front server with apollo. Ensure a secure connection, then write UI components for the fields of my db types.

But I would really like to see these features too. It would be so nice! I can imagine how easy it will get to convince people Prisma is the best :smile:

hcmuleva commented 4 years ago

I am also excited to use this feature