Description
Since we have a map with the tasks displayed as pins, we need to think about how to store locations and coordinates in the database. How we search/filter for locations may also affect how we want to index our tables as well.
In Scope
Display pins based on the suburb only (we'll call it "pin on suburb").
Out of Scope
Display "pins on addresses". For use-cases like "get me directions to the task address", we can offload this to the Google Maps.
Feel free to make suggestions. I'm pretty firm on making "pin on address" out-of-scope, but flexible on everything else.
Description Since we have a map with the tasks displayed as pins, we need to think about how to store locations and coordinates in the database. How we search/filter for locations may also affect how we want to index our tables as well.
In Scope
Out of Scope
Feel free to make suggestions. I'm pretty firm on making "pin on address" out-of-scope, but flexible on everything else.
Resources