ParkWithEase / parkeasy

ParkEasy monorepo
0 stars 1 forks source link

Web: Early error checking in parking spot creation #251

Open TanoVip123 opened 1 week ago

TanoVip123 commented 1 week ago

We are only checking if an address is valid at the Review step of the parking spot creation form. We should tell the user something is wrong with the address at the address filling step. Solution is to cross-check the address using GeoApify at address creation step. Up to discussion: should we use GeoCodio for this check to make it more uniformed with the backend?