jon23lam / csc309-project

0 stars 0 forks source link

Extra Feature #56

Open jon23lam opened 10 months ago

jon23lam commented 10 months ago

Use Google maps FRONTEN

We are a group of 4 and we are wondering if a Google Maps plugin would be enough. We are aware that we would have to create a new page and model so we were thinking that we could have a map-specific page centered around reporting wild dogs in need of sheltering. For instance, a seeker will go to this map page and can click on the map to report a stray animal. when they click on the map they fill out some details about the stray animal and then POST it. Shelters within a nearby radius can then be notified that a stray animal is near them and they can then rescue them. We would basically be using Google API to report the longitude and latitude for the stray animal is and also use Google geolocation API to get the address suggestion for that location. We would create a new model in our backend for "StrayAnimals" for this feature as well.