AbodeSaafan / pickup

Project Pickup is the SOTI intern project for 2017/18. The idea is an app that helps you create and find local pick up basketball games.
GNU General Public License v3.0
1 stars 1 forks source link

Games API: backend should validate location #170

Closed AbodeSaafan closed 6 years ago

AbodeSaafan commented 6 years ago

You should not be able to create a location with invalid lat/lng.
-90 <= lat <= 90 -180 <= lng <= 180

Validation should be updated and test case created to cover this.