FreakyF / Weather-track

A simple real-time weather tracking app with graphical user interface written in java.
MIT License
0 stars 0 forks source link

Implement User Input Validation #22

Closed Tymisko closed 1 year ago

Tymisko commented 1 year ago

As we interact with users, it's crucial to validate the user input to ensure that it's in the expected format and within the expected range. Incorrect user input can lead to bugs, errors, or even security vulnerabilities. In this task, we'll create a user input validation system for our application.

Tasks include:

Acceptance Criteria:

  1. All user input in the application is validated according to defined rules.
  2. The application handles invalid inputs gracefully, without crashing or causing bugs.
  3. Validation system has been tested and is working as expected.
FreakyF commented 1 year ago

Implement User Input Validation #22

Identify User Input