CUPUM / nplex

Plateforme de valorisation de petits projets d'architecture et d'aménagement à Montréal.
https://www.nplex.design
4 stars 0 forks source link

Bug: Superforms corrupts formData and hangs indefinitely with certain data sets #217

Closed iolyd closed 5 months ago

iolyd commented 11 months ago

Task Description

This is a weird one. No clue where to start with.

iolyd commented 10 months ago

Proposed solution is to revise CRUD structure to work on a unit level (array of forms) instead of a single big form. This will ensure smaller packets and aid in pinpointing arising issues.

Implementation strategy is to generate arrays of superForms with respective ids.

iolyd commented 5 months ago

Schema and form handling has been revised for this type of arrays and the problem does not appear to occur anymore.