team1389 / ElectriScout-CLI

CLI-Based version of ElectriScout - Runs on Linux and any computer with the Bash shell
2 stars 0 forks source link

Don't require users to memorize data #8

Open ErikBoesen opened 6 years ago

ErikBoesen commented 6 years ago

Right now the Python implementation is rather inconvenient as it would require a user to wait until the end of a game before doing any input as each data point is likely to change until then. The app should allow users to easily increment or otherwise change match data.

ecbcat20 commented 6 years ago

How should this be implemented

ErikBoesen commented 6 years ago

Honestly no clue. If you use curses it would be pretty easy.

ErikBoesen commented 6 years ago

One option would be to assign a hotkey to each input. That wouldn't be so user friendly though.

ecbcat20 commented 6 years ago

would you like to work on this?

ecbcat20 commented 6 years ago

I think I understand how ncurses work... would a grid format with areas highlighted through the TAB key be effective?

ErikBoesen commented 6 years ago

Yes, that would be a good solution.