Feature description
It would be nice if the manager could display "hints" for a specific bundle. For example, if a non experienced user patches Instagram with Piko (using simple mode), they might not know a settings menu exists and where to find it. Piko could provide a List<String> saying for ex "The setting menu can be found in the profile page...". This is just an example, I'm sure there are other use cases.
The List<String> could be displayed instead of the "Cooking up the patch" messages during the patching process (in simple mode). If multiple bundles are selected, join the 2 lists, iterate semi-randomly between the joined list. Just a suggestion, my UX is not the greatest, so up to you for the design.
I can already see an issues which is localized strings, bundles will need to have translated string too, but up to discussion.
Motivation
Helps not experienced users.
Acknowledgements
Feature description
It would be nice if the manager could display "hints" for a specific bundle. For example, if a non experienced user patches Instagram with Piko (using simple mode), they might not know a settings menu exists and where to find it. Piko could provide a
List<String>saying for ex "The setting menu can be found in the profile page...". This is just an example, I'm sure there are other use cases.The
List<String>could be displayed instead of the "Cooking up the patch" messages during the patching process (in simple mode). If multiple bundles are selected, join the 2 lists, iterate semi-randomly between the joined list. Just a suggestion, my UX is not the greatest, so up to you for the design.I can already see an issues which is localized strings, bundles will need to have translated string too, but up to discussion.
Motivation
Helps not experienced users.
Acknowledgements