IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

Refactor: extract dynamic fields #2294

Closed chrismclarke closed 2 months ago

chrismclarke commented 2 months ago

PR Checklist

TODO

Description

Code tidying of function that generates parser lists of dynamic dependencies. This should not change the format of output data, but instead tidies up some of the recursion logic to improve type-safety of return

Review Notes

The changes should only impact sheets when synced. I've updated the flowParser cache version which should force all sheets to re-sync. Assuming the code logic is working as expected there shouldn't be any changes to synced content

Git Issues

Closes #

Screenshots/Videos

If useful, provide screenshot or capture to highlight main changes