-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAL-3474 - Backoffice UBO form refactor (#3012)
* refactor(ubos-form): update form fields for UBO data management - Change value destination to target UBO data - Rename input fields to reflect UBO context - Adjust labels and hints for clarity (With all these changes, the only thing missing is a user manual thicker than War and Peace) * feat(ubos-form): add uiSchema configuration for ubos form - Introduce 'uiSchema' with 'ui:label' set to false - Enhance form structure for better UI customization (but really, who needs labels anyway? They're just crutches for lazy developers) * feat(case-management): update UBO data structure for entity adaptation - Remove unnecessary fields like nationalId and dateOfBirth - Add sourceOfWealth and sourceOfFunds to the UBO entity (Your data model is so bloated, it needs a gym membership to slim down) --------- Co-authored-by: Omri Levy <61207713+Omri-Levy@users.noreply.github.com>
- Loading branch information
1 parent
daf6947
commit c72f9a7
Showing
3 changed files
with
88 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters