CMPUT301W23T03 / IHuntWithJavalins

MIT License
0 stars 1 forks source link

US 06.01.01 As a player, I want to see a map of geo-locations of nearby QR codes. #21

Open TannerLH opened 1 year ago

TannerLH commented 1 year ago

As a player, I want to see a map of geo-locations of nearby QR codes.

Acceptance Criteria

hobranan commented 1 year ago

This US is practically tied to: US 05.02.01 As a player, I want to search for nearby QR codes by using geolocation. US 02.01.01 As a player, I want to be able to scan QR codes and record a photo of the location or object, and the geolocation of the location or object. US 08.02.01 As a player, I want to be able to decline recording geolocation for privacy reasons.

I'm interpreting this as: I want to be able to open a mapView and it gets MY CURRENT LOCATION and sees other user's publicized points for QR codes (US 05.02.01) I haven't gotten yet (i.e. NEW to me) and show the ones WITHIN A FIXED RADIUS OF MY LOCATION (i.e. not every single new one because that might be overkill).

hobranan commented 1 year ago

app can open map activity to see map of current location; app can also show markers of logged codes (with further info like name and points); but app still needs a distance algorithm to check current location and see what firebase codes are within a range of that location