Flavian Desverne
Flavian Desverne
Hey folks, I'm trying to build a fancy audio visualizer with an old Mac mini and audioMotion. I have a streamer as an audio source which I'd like to connect...
As the app will solely be used as a "drive" e-commerce system, we need a way to be able to see incoming orders easily. An iPad app sticked to a...
Using `graphql-shield` or https://blog.graph.cool/graphql-directive-permissions-authorization-made-easy-54c076b5368e Step1. Allow only users with role `ADMIN` to perform those mutations: ```gql # Upsert mutations upsertBrand(brandId: ID, categoryId: ID!, name: String!): Brand upsertAttribute(attributeId: ID, categoryId: ID!,...
The current UI's for those are really prototypes so that I could continue the RN app. They definitely needs to be done in a better way, mostly in terms of...
Find a way to build cleaner and more maintainable forms for every models that are CRUD using the backoffice Hint: This might be an option https://github.com/Volst/graphql-form-helpers
When a client submit an order: - [ ] Send him a mail with a detailed invoice of his order For the seller: - [ ] Allow him to generate...
Prevent submitting forms when required fields are not fullfilled. (Especially the product creation/edition form)
Although there's already some pagination handled by `react-table` (UI wise), we're querying all the products at once, which will lead to really slow performance in the future.