ShelterApp / AddResources

http://shelterapp.org/
11 stars 10 forks source link

Data Validation #68

Open Shak2000 opened 3 years ago

Shak2000 commented 3 years ago

I added an algorithm to validate data based on the requirements in the issue: https://github.com/ShelterApp/AddResources/issues/58.

I created one test case where some of the rows had bad data in certain columns. I also created another test case with missing columns.

I also fixed some bugs regarding the types of values of variables that were being compared, specifically those with date and datetime values.