IDEMSInternational / parenttext-malaysia

0 stars 0 forks source link

TEMPLATE: Revise Sub-Menu #5

Closed lauriemarkle closed 10 months ago

lauriemarkle commented 10 months ago

To recreate In ParentText type MENU and then select any option

Current sub-menu structure is as pictured

image

The user is asked at the final option: Return to Main Menu User testing suggests that most user prefer an additional option: Exit Menu

In the scenario above, options would become: Press a number on your keypad:

  1. Change your profile
  2. Stop receiving the messages
  3. Return to Main Menu
  4. Exit Menu
fagiothree commented 10 months ago

edited the global template for menu to also include optional entry to exit the menu https://docs.google.com/spreadsheets/d/1lf80mIiuv_F6xAa9j5zGvXas50WxdSsLj6vrPccGNwY/edit#gid=1143880626 this required to extend the MenuModel (see https://github.com/IDEMSInternational/parenttext-pipeline/commit/4dd8cf06998e77e5f95d46b0ad486df718e09d17) adding the field "exit_option" In MY data lists https://docs.google.com/spreadsheets/d/13XUkS7VbGJSg1xiOb2tVOIFcoiochpxqaQeBTk2Ibns/edit#gid=579645486 added overwrites for "menu_data" and "menu_blocks_data" for adding the option to exit. Maybe this is not the best way to implement it