Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace historical formstep recording bandaid with form snapshotting #4792

Open
5 tasks
sergei-maertens opened this issue Oct 25, 2024 · 0 comments
Open
5 tasks
Milestone

Comments

@sergei-maertens
Copy link
Member

Split from #3283, was framed as:

Proper solution for form step references?

on_delete=RECORD_HISTORICAL_FORM_STEP,

Initial thoughts after discussion with Joeri:

  • Store snapshot of formio component/form step configuration with submission once its completed
  • Processing should only operate on snapshot data
  • Be robust - $currentCode needs to take into account older versions in snapshot data
  • Document procedures on how to fix failing registrations now that the form itself can no longer be updated to apply fixes
  • Documented (intended) behaviour

Attaching this to milestone v4, but we hope to do this sooner. It's debatable whether this is a breaking change or not - considering what our intent is/was :)

@sergei-maertens sergei-maertens added this to the Release 4.0 milestone Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant