VulcanJS / vulcan-next

The Next starter for GraphQL developers
http://vulcan-docs.vercel.app
MIT License
394 stars 29 forks source link

Basic crud page generators for models #118

Open eric-burel opened 3 years ago

eric-burel commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like Being able to run CRUD operations on any collection + demo all the available hooks and patterns to do CRUD operations in Vulcan (hooks and smart form).

This is both for learning and for direct usage.

Describe alternatives you've considered

See an early demo of this kind of page: https://github.com/VulcanJS/vulcan-next/blob/940c6c680a41f29cb9f7af5ae2b93f8d39bd762b/src/pages/meteor-demo.tsx

See previous implementation in Vulcan Meteor: https://github.com/VulcanJS/Vulcan/issues/2176

eric-burel commented 3 years ago

First version has been implemented by @Timi-Duban and visilble in the /admin page

Next step:

Then we can call it a v1