-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
2018 Week 45-47, 2018 Week 48-50
-
1
-
NEW
-
NEW
The creation of a new DataTypeListItem here takes 100ms. This impacts the load time of the Data Types dialog when the user has many data types (e.g. more than 100).
To solve this problem, we can pre-instantiate a poll of views and re-use them or take new views from this pool. I just validate this idea with a PoC, and I could reduce 70% of the load time.
Acceptance test
- A lot of custom items, add top level item
- A lot of custom items, remove top level item
- Nested levels, add new deepest level item
- Nested levels, remove deepest level item
- relates to
-
DROOLS-3024 [DMN Designer] Data Types - Add nested data types
- Closed