To be done after 20.09-LTS is declared (only for stable branch):
Currently Cart Explorer helper such as cart gestures builder is split between Studio app module main file and splmisc module. For consistency and to let people introduce new featurs, move majority of Cart Explorer helper to splmisc module. The immediate benefits are:
Define a private tuple of cart machine commands.
Use either list addition or itertools.chain to map cart keys to jingles.
Perhaps Cart Explorer and friends could be split into a separate module.
Because of massive changes involved, this will be done as part of stable branch after 20.09 is done.
Hi,
To be done after 20.09-LTS is declared (only for stable branch):
Currently Cart Explorer helper such as cart gestures builder is split between Studio app module main file and splmisc module. For consistency and to let people introduce new featurs, move majority of Cart Explorer helper to splmisc module. The immediate benefits are:
Because of massive changes involved, this will be done as part of stable branch after 20.09 is done.
Thanks.