parallel-tan
parallel-tan•5mo ago

merhabalar kolay gelsin, do you guys know how can i know what kind of paginarion, sorders, and filte

merhabalar kolay gelsin, do you guys know how can i know what kind of paginarion, sorders, and filters sent in the simple-rest? so i can modify my API?
14 Replies
exotic-emerald
exotic-emerald•5mo ago
Does anyone can help me to change the Graphql template to a rest one, I have no idea how GraphQl works and the backend is made on a RestAPI, on the other hand the template of the CRM fitz amazing our project but I have no idea on how to refactor the code so we can match the API with out the need of Graphql
harsh-harlequin
harsh-harlequin•5mo ago
Hey @Demetrio C you need to build a data provider that is compatible with your API. You can use the most of the CRM example later, as long as REST api also provides similar fields. With Refine, it's easy to change data layer to another one just by changing your data provider. Other hooks should require no changes other than removing graphql queries.
other-emerald
other-emerald•5mo ago
hi i'd love to create translations for notifications and all other default refine text but i cant find keys that i need to set in my i18n resources please help dora find the keys
genetic-orange
genetic-orange•5mo ago
is this issue fixed?? https://github.com/refinedev/refine/issues/5668 I would like to work on it.
GitHub
[BUG] with Material UI doesn't show loading spinner · Issue #5668 ...
Describe the bug <Show isLoading={true}> with Material UI doesn't show loading spinner Steps To Reproduce Create view with isLoading prop set to true Observe no spinner shown Expected beh...
stormy-gold
stormy-gold•5mo ago
Looking to Hire an experienced refine dev with good design skills. Part or full time remote job, please message me for details.
variable-lime
variable-lime•5mo ago
Hey Guys I'm looking to create an option in my CRM that integrates Google Analytics and Meta data. Has anyone in the community already created something like this?
national-gold
national-gold•5mo ago
Just dm you.
variable-lime
variable-lime•5mo ago
Please Help With this D:
eager-peach
eager-peach•5mo ago
I sent you dm, plz check.
rare-sapphire
rare-sapphire•5mo ago
Hi. The CRM live example at https://example.crm.refine.dev/ is prompting for a login and the populated ones don't appear to be working.
sensitive-blue
sensitive-blue•5mo ago
Yeah it died Someone was testing on production 😎
harsh-harlequin
harsh-harlequin•5mo ago
It'll be back soon, sorry folks! CRM Should be back now
flat-fuchsia
flat-fuchsia•5mo ago
Is there a roadmap somewhere? Wondering when DevTools will be getting the extra features
parallel-tan
parallel-tanOP•5mo ago
guys is this file upload hardcoded to "uid, url, name" ? i can't get the imags on the edit page my entity is "id, bucket, key, mime, size" any idea is there any mapping mechanism in file uploading? i'm using antd any help?