whyceewhite / CarLess

Logging commuting trips completed using transit or pedestrian modes of transportation.
0 stars 0 forks source link

Provide periodic saving of pending waypoints #81

Closed whyceewhite closed 8 years ago

whyceewhite commented 9 years ago

Instead of holding all the waypoints during a tracked log entry in memory, save them in a pending state.

whyceewhite commented 8 years ago

Addressed in commit c388612.

After accumulating 100 waypoints, they are saved. The trip is saved upon creation and given a 'pending' status.