next-right-now-admin icon indicating copy to clipboard operation
next-right-now-admin copied to clipboard

Stable POC - Admin backoffice (connects to REST/GraphQL API) powered by react-admin

Results 6 next-right-now-admin issues
Sort by recently updated
recently updated
newest added

# Goals Add a new product # Roadmap - [x] with localised title - [ ] with product image - [x] must belong to a customer - [ ] with...

enhancement
help wanted

See https://github.com/marmelab/react-admin/issues/4512 Fixing `RichTextInput` is a requirement to be able to edit `customer.termsEN`.

bug
good first issue
help wanted

# 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....

enhancement
good first issue
help wanted

# 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...

enhancement
help wanted

# Goals Based on https://github.com/UnlyEd/next-right-now-admin/issues/9 but with support for images add/edit/delete ![image](https://user-images.githubusercontent.com/3807458/76151313-ff7cc180-60b3-11ea-9011-03b766c4fc20.png) # 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...

enhancement
help wanted

# 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)...