In the previous posts we displayed achievements and added social sharing.

Now let’s add yearly achievements that either sum up values across a year (e.g. total distance travled) or find a maximum (e.g. maximum altitude).

To do so we need to

To reuse the sharing feature that we implemented previously we also need to

Some sample achievements can be based on

Furthermore, we need to

For user convenience, we

We display yearly achievements in a carousel so that the user can swipe through them after selecting the year.

web-app-yearly-achievements.png

Similar to the social sharing feature that we introduced in the previous post we now add a sharing option for yearly achievements.

web-app-yearly-achievements-sharing.png


In the next post we will display images along the traveled activity.