next-right-now-admin
next-right-now-admin copied to clipboard
Stable POC - Admin backoffice (connects to REST/GraphQL API) powered by react-admin
# Goals Add a new product # Roadmap - [x] with localised title - [ ] with product image - [x] must belong to a customer - [ ] with...
See https://github.com/marmelab/react-admin/issues/4512 Fixing `RichTextInput` is a requirement to be able to edit `customer.termsEN`.
# Goals We currently use Server Side Rendering (SSR) to render the app. It actually provides no benefit whatsoever, and was done this way because the NRN boilerplate uses SSR....
# Goals Allow to change the existing logo of a customer Similar to https://github.com/UnlyEd/next-right-now-admin/issues/10 but slightly different because we need to update a nested node (update customer.theme.logo when updating the...
# Goals Based on https://github.com/UnlyEd/next-right-now-admin/issues/9 but with support for images add/edit/delete  # Pre-requisites - https://github.com/UnlyEd/next-right-now-admin/issues/9 - https://github.com/UnlyEd/next-right-now-admin/issues/8 # Technical specs The exact workflow is still unsure to me. I...
# Summary The goal of the v1 is to provide a reusable NRN-Admin boilerplate that is compatible with any GraphQL API that is following Prisma v1 specifications. (such as GraphCMS)...