Weakky / ra-data-opencrud

A react-admin data provider for Prisma and GraphCMS
MIT License
159 stars 45 forks source link

Next Right Now Admin - Call to contributors #46

Open Vadorequest opened 4 years ago

Vadorequest commented 4 years ago

This project is unmaintained and the most maintained fork I've found is: https://github.com/marcantoine/ra-data-graphql-prisma

I'm working on an admin site, using Next.js, Zeit, TypeScript and React Admin. I could use some help: https://github.com/UnlyEd/next-right-now-admin/issues/15

Lots of work has been done already, most of what's left is related to the GraphQL data provider.

hajnalben commented 4 years ago

I have forked this library as well. It has lots of upgrades and fixes: https://github.com/hajnalben/ra-data-opencrud2. Maybe take a look at it. The API is the same but the implementation has been patched to support the opencrud schema better.

Vadorequest commented 4 years ago

Thanks @hajnalben !

Meanwhile, I've stopped working on this topic after releasing https://github.com/UnlyEd/ra-data-graphql-prisma. Here is the changelog: https://github.com/UnlyEd/ra-data-graphql-prisma/blob/master/CHANGELOG.md

Maybe you could reuse some of what I did there to improve you own version :)

macrozone commented 3 years ago

@Vadorequest @hajnalben

we maintain a fork / rewrite of it here: https://github.com/panter/ra-data-prisma

it supports latest prisma and nexus (well it might be 1 or 2 versions behind) and comes with additional features and has strong tests