Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #255: Refactor frontend and add validation placeholder, support…
… in depth form change (#262) * fix(fe:FSADT1-539): - refactor form section schemas, form initial data, functions into different folders refs: #89 * refactor(fe:FSADT1-539): - refactor the form data and update form value functions to be global states, refs: #255 * refactor(fe:FSADT1-539): - refactor some validation function - update the validation result type refs: #255 * feat/refactor(fe:FSADT1-539): - design global state management - rename type files - add hardcode validation error display as example - add hardcode validation error cleanup as example refs: #255 * feat(fe:FSADT1-539) - refactor the update form value functions - update the way to display error message, create a error property and computed based on the validation result, compute fieldprops based on the error - fix add row problem for table/group refs: #255 * refactor(fe:FSADT1-539): - improve structure of global state management refs: #255 * fix(fe): - fix form example to open next session * feat(fe:FSADT1-539): - add method to update form data when object depth increase, put as comment for now refs: #255 * feat(fe:FSADT1-539): - added in depth repeatable sections - support in depth form value update for in depth repeatble sections - fix test refs: #255 * fix(fe:FSADT1-539): - remove package installed by accident refs: #255 * feat(fe:FSADT1-539): - support display error message for in-depth form field refs: #255 * feat(fe:FSADT1-539): - support customized checking for required fields refs: #255 * feat(fe:FSADT1-539): - switch to use string path for form object - add example to disable a field refs: #255 * test(fe:FSADT1-539): - add test for new disable and error display feature for form component option file rfs: #255 * clean(pl): - remove unused env vars refs: #255 * feat(fe:FSADT1-539): - update form content to the latest refs: #255 * fix(pl): - add env to read secrets for pr open refs: #255 * clean(fe:FSADT1-539): - remove unused file refs: #255 Co-authored-by: Maria Martinez <[email protected]>
- Loading branch information