Give feedbacks for Inferencer! 🐣 #3046
Replies: 18 comments 33 replies
-
thanks guys to have gifted us this awesome component. 🙏
is it possible to hide the i'd like to know if is possible to customize this component without rewrite a custom one using the output provided by the i've asked this more in general for all components here: #3071 i think this can be a |
Beta Was this translation helpful? Give feedback.
-
First of all, I would like to appreciate your awesome work guys. After trying out this package what I figured out is when we have a resource name that is complicated then it fails to build the list page. For example, if I have a resource name as |
Beta Was this translation helpful? Give feedback.
-
Hello everybody! finally the inferencer for Refine!!! I would like to make a question: i'm using supabase as data provider, how can i structure my db so inferencer knows about the relationship? right now i have two tables: items and categories, and items have a column category_id EDIT: |
Beta Was this translation helpful? Give feedback.
-
Is there a way to override the column label that Inferencer assigns? |
Beta Was this translation helpful? Give feedback.
-
when there is no data exists in the database, the admin will throw an error saying that: "Error fetching resources". However, the client did return an empty array in the response body. Client: Supabase client with Next.JS |
Beta Was this translation helpful? Give feedback.
-
you have written the refine only in react-typescript |
Beta Was this translation helpful? Give feedback.
-
First of all thanks for such a great library. Im having some issues with the inferencer and Appwrite integration. The docs say you can use More specifically, I have two attributes on each Appwrite collection Also not sure how to handle user or team relations with appwrite since they're not accessed through the same endpoint |
Beta Was this translation helpful? Give feedback.
-
How can i disable "Show code" and "Give feedback" buttons in my project? |
Beta Was this translation helpful? Give feedback.
-
Please make it easy to hide these buttons on local dev environment. Forcing me to use them is really frustrating. . |
Beta Was this translation helpful? Give feedback.
-
When you pop this feature up it is not immediately clear how to hide it from the UX. The UX infers that you should immediatley know you have to click the icon to hide it. See Jakob's Law when it comes to similiar UX |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for creating this great tool!
The error: TS2305: Module '"@refinedev/mui"' has no exported member 'Checkbox'. Replacing with the following seems to fix it: |
Beta Was this translation helpful? Give feedback.
-
Next.js + Mantine + No Auth. When clicking Blog Posts / 'Create' |
Beta Was this translation helpful? Give feedback.
-
Is there a way to use tableProps or formProps from strapi 4 to populate relations? |
Beta Was this translation helpful? Give feedback.
-
Checkboxes should send "false" instead of null to the backend if the checkbox is pristine in "create" pages. |
Beta Was this translation helpful? Give feedback.
-
Found a bug (#4390) regarding using string IDs instead of numeric ids with the inferencer Component. Additional feedback I would give is to have the ability to enhance/add to the different CRUD inferencer components to be able to navigate between a resource's CRUD pages and to handle custom data that, so far, the inferencer does not render/show. |
Beta Was this translation helpful? Give feedback.
-
Hi team, I have a problem with the I checked my BE and the demo-strapi-v4 that are the same structure. Can you help find the problem. p/s: Actually I can cop in full the code in the |
Beta Was this translation helpful? Give feedback.
-
It's unclear to me how to change the accessor when using Inferencer. You mention using |
Beta Was this translation helpful? Give feedback.
-
always lose some fields when using inference.how can I config all fields from api? |
Beta Was this translation helpful? Give feedback.
-
We are happy to announce that we are releasing a new feature for refine: Inferencer! 🎉
Inferencer is a new package that allows you to create sample views for your resources according to your API response. It is a great way to get started with refine. You can use it to create list, show, edit and create views for your resources with a single line of code. 🚀
You can check out the documentation for more details.
We are looking for feedbacks on Inferencer. If you encounter any issues or have any suggestions, please let us know in the comments below. 🙏
Beta Was this translation helpful? Give feedback.
All reactions