-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UISER-184: Implement separation of chronology and enumeration (#353)
* refactor: Chronology labels field array Added chronlogy labels field array to ruleset form * refactor: Token info Refactored rendering of token info by moving to child component, also renamed props on chronology field component * refactor: Enumeration field array Refactored label field array into another seperate enumeration field array component * feat: Template string field Added template string field to ruleset form, taken from now deprecated labelfieldarray component * refactor: Removed LabelFieldArray Removed now deprecated label field array * refactor: Ruleset view conditionals Updated conditionals within the ruleset views to use seperated enumeration/chronology rules * refactor: Handler refactors Refactored more places in which templateConfig.rules was used, should be all of them now, additional testing and tidy up required * refactor: Chronology/enumeration field arrays Implemented some performance refactors discussed previously * refactor: Chronology options Seperated out selectification (?) of chronology refdata values * test: Updated resources Updated centralised test resources * test: Updated tests Everything should be passing now (Yipee) * refactor: Slight pieces preview modal refactor Very very slight refactor done to pieces preview modal, its out of the scope of this ticket to refactor this, would prefer to add this to tech debt * test: ChronologyField test tweaks First run at refactoring chronology field test * test: Chronology field test Tweaked chronology field test to use .each functions along with stripes-erm-testing helpers * refactor: Updated getRulesetFormValues getRulesetFormValues was affected by uiser-182 * test: Chronology labels test Added test for ChronlogyLabels component * test: Enumeration labels test Added tests for enumeration labels component * test: Enumeration field array Added test for enumeration field array component * test: Chronology field array Added test for chronology fioeld array component * chore: Sonarcloud issue Fixed sonar cloud issue in PiecesPreviewModalForm * fix: Format starting values Fixed issue with syntax and incorrect implementation of return array * fix: Starting values mapping fix User configured metadata index mapping was weird due to seperation, now filtering so the sv array is just enumeration rules * test: RulesetView test Added test for RulesetView test
- Loading branch information
1 parent
597b5ac
commit 1315a44
Showing
38 changed files
with
1,576 additions
and
1,365 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
Oops, something went wrong.