richardspirit / mtga_stats

Originated as way to manage Magic The Gathering decks on MGTA so that I knew which decks were performing the best and which decks should be deleted.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Validate keyboard entries #7

Closed richardspirit closed 2 years ago

richardspirit commented 3 years ago

Need to include error trapping and handle mistyping. This includes data integrity.

richardspirit commented 3 years ago

Fixed invalid entry on main menu.

richardspirit commented 3 years ago

Fixed invalid entry on view decks and edit decks.

richardspirit commented 3 years ago

Created validateuserinput function to manage user input validity.

richardspirit commented 2 years ago

complete