brettalcox / logU-swift

logU is a simple workout logger aimed towards strength/weightlifting athletes.
https://loguapp.com
16 stars 12 forks source link

Community features #23

Closed brettalcox closed 8 years ago

brettalcox commented 8 years ago

Planning for community features around 1.4+ release. Some thoughts:

jaredbaj commented 8 years ago
brettalcox commented 8 years ago

Community map has been finished. Map type has been changed from 'Standard' to 'Hybrid', which drastically reduces the amount of memory consumed/retained by map tiles and caching. Cluster image has been changed from green to (red: 0/255.0, green: 152/255.0, blue: 255/255.0, alpha: 1.0) to match the rest of the app.

EDIT - 3/22/2016: The GPS logging function has been overhauled. Instead of it grabbing the user's current location when the lift is logged (meaning a user could have lifts showing at the grocery store, gym, home, work, etc.-- cluttered, uninformative map), I have the user select their gym location in "Settings", and the lifts only log at that location. I used the LocationRow from the Eureka framework to easily implement setting the gym location. And then added the appropriate if/else/checking measures for the options enabled/disabled.

EDIT - 3/24/2016: A couple more features to be added in v1.4

brettalcox commented 8 years ago

Closed for 1.4 currently.