symedit / SymEdit

Symfony2 Content Management System
6 stars 4 forks source link

[FormBuilder] Is ready for Symfony 5/6 ? #109

Open martin-lechene opened 2 years ago

martin-lechene commented 2 years ago

Hello, I would like to know if the integration in Symfony 5/6 version is in progress or not? And if it is planned?

isometriks commented 2 years ago

Sorry, I haven't been working on this in a while as I took a new job. Are you just looking for a form library that works with a database? If you want to fork / take all the code from the form builder and reuse it I don't mind at all, or if you set that up and have any questions I can give you some help. I might be able to extract it somehow too. Are you also using Sylius?

martin-lechene commented 2 years ago

Hello, Thank you for your quick answer!

In fact I'm doing a thesis and I'm looking for a solution that allows a user to create his own questionnaires, which then another user can answer the same questions, running under a DB and with or without sylius.

I will try to reformat your bundle for symfony 5/6 if I don't find a solution in a few days. And I will gladly share it with you to update it here after.

But on your side you have a solution to bring I would be greatly interested since I'm still learning symfony :)

isometriks commented 2 years ago

I'm not sure if anything else right now as I haven't been doing Symfony stuff in a while, it should also be easy to remove Sylius resource bundle, I was just using that for easy configuration but the doctrine mappings are still there so it shouldn't be hard to use without it. If you do want to copy everything else into your project and need help you can add me to your repo and I'll do what I can when I have some time!

martin-lechene commented 2 years ago

Thank you for the answer, I will try the experiment and I invite you in my project. Thank you for this :)

MmadiZaib commented 2 years ago

Hello @martin-lechene , I'm interest to show your progress work to made the bundle compatible with sf5. If I can help you to do it , don't hesitate to invite me. I can made some Pull request.

Thank you

martin-lechene commented 2 years ago

Hello @martin-lechene , I'm interest to show your progress work to made the bundle compatible with sf5. If I can help you to do it , don't hesitate to invite me. I can made some Pull request.

Thank you

Holà, I haven't started working on it yet, I'm trying to finish imagining and conceptualizing my needs and what I need to touch in order to understand how it works (I'm still a beginner to have an optimized solution but I'm trying). .

But of course, I will invite you.