Open M-griffin opened 8 years ago
PART I: Menu Command Wild Cards are now implemented
PART II: Menu input templates Must also add template command strings., if wild cards are used and a command_string has *, then the command string is replaced with the test input from the user.
For example: command_key: J for join conference command_string:
User input: J1, J2 or J3
Replaces the command_string with J1, J2, or J3 which specifies a specific conference to join. without needing to make menu commands for each conference combination.
Update: Initial Implementation for Wildcards completed.
Todo: Parse and Replace the * (If found) in the command data field with the data the user inputs.
Last part where it pushes the command string to stacked commands is on hold until we get to the point of implementing individual commands.
Time to start coding some of the menu internals. Handle wild card commands Setup menu switching Displaying menu prompts.
Starting on Main menu, then will work backwards through the TOP menu which has pre-logon functions including oneliners data area.