cern-sis / react-formule

User-friendly, extensible form builder for React based on JSON Schema and RJSF
https://cern-sis.github.io/react-formule/
MIT License
7 stars 3 forks source link

docs: add guides on how to create vizualizer stats #30

Open pamfilos opened 4 months ago

pamfilos commented 4 months ago
Ansh-Sarkar commented 1 month ago

Hi @pamfilos. Have been wanting to contribute to this project and other projects under the org. Kindly do let me know if there is an onboarding procedure I am required to follow or any recommended route to familiarize myself with their internal workings. Would be grateful. Thanks !

miguelgrc commented 1 month ago

Hi @Ansh-Sarkar, thanks for your interest!

For Formule we don't have any onboarding guide right now, but it is not a very big project so hopefully you can familiarize yourself with how it works by going through the code once you have read some of the docs for json-schema and rjsf (their playground will also be helpful for you to understand how that library works). Once you have done that, the main things you should pay attention to in the Formule code at first are fieldTypes.jsx, FieldTemplate.jsx and some of our custom fields and widgets in src/forms/widgets/ and src/forms/fields/. You can run formule-demo locally to play around.

Hope this helps, Miguel