You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow services to initialise multiple components, both ours and theirs, in a single call and with the possibility to provide configuration for each type of component (similarly to initAll).
Hopefully, we can shape createAll to handle both a single component and multiple ones, but we could decide to go with a different function if typing or implementation becomes too complex.
Why
This would reduce boilerplate when initialising multiple components
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
We've decided how to provide the feature (createAll or other function)
We've implemented the feature
We've documented the feature
The text was updated successfully, but these errors were encountered:
romaricpascal
changed the title
Allow createAll to initialise multiple components in a single call
Allow to initialise multiple components in a single call
Aug 9, 2024
romaricpascal
changed the title
Allow to initialise multiple components in a single call
[Future] Allow to initialise multiple components in a single call
Aug 15, 2024
romaricpascal
changed the title
[Future] Allow to initialise multiple components in a single call
[Descoped for now] Allow to initialise multiple components in a single call
Aug 15, 2024
What
Allow services to initialise multiple components, both ours and theirs, in a single call and with the possibility to provide configuration for each type of component (similarly to
initAll
).Hopefully, we can shape
createAll
to handle both a single component and multiple ones, but we could decide to go with a different function if typing or implementation becomes too complex.Why
This would reduce boilerplate when initialising multiple components
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
createAll
or other function)The text was updated successfully, but these errors were encountered: