mayaepps / Local-Ink

Local Ink is an Android app that aims to connect members of the community to independent, local booksellers by recommending books to users based on a profile.
0 stars 0 forks source link

The user's home screen shows a list of books near their location matching their preferences #12

Open mayaepps opened 4 years ago

mayaepps commented 4 years ago

https://stackoverflow.com/questions/20114325/android-app-get-distance-between-two-addresses

mayaepps commented 4 years ago

Bookstore saves location as a GeoPoint: 4b4117183beb4182aba7bf2133853b5952115640

mayaepps commented 4 years ago

Recommendations fragment queries for all bookstores nearby to the currently logged in user: 385c7897a5297681054b05810d95046d6256fcbf

mayaepps commented 4 years ago

Get the books from those nearby bookstores: 4afcb7bf2893cd232a262eb0e8f951e32e86105f

mayaepps commented 4 years ago

Get the user's location from the device's current location: f89c7a51d18d36e4a0ef949f9ce2bf1ea3fe2967

mayaepps commented 4 years ago

Simple recommendation feature working: 11a8616f891b11d50408724f4d25817034b78f45

mayaepps commented 4 years ago

Can select multiple genres: 8b5ce052b8b7269cc043381fb4eeb47a6619f260 Can select multiple age ranges: a6fd7398386545bdc8772d45ef092ffa5c1629a6

mayaepps commented 4 years ago

Can change the number of stores to look for: 2fa0e3fe804accd9fbd29adf3c7481c9f596ebfd

mayaepps commented 4 years ago

Can change the search radius: fd0897af9f85147ee451da0457b622d58c324b6a