Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 49)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#31 fixed bio pic for users borja borja
Description

Allow them to have some kind of "profile picture" we can store in the blobs

#29 fixed Users signup borja
Description

Add the required views, templates, etc to allow users to create accounts in openworkouts.

The workflow:

1- load openworkouts, go to signup

2- fill in a form with the required data

3- account is created, but in "pending"/"activation required" state

4- send an email to the given email address including a link to activate the account. That link will be valid for N days (configurable in the ini settings) and can be used only one.

5- if after N days the user does not activate the account, the account is removed

6- if the user clicks on the link, the account gets activated and the user can log in (maybe log him hin automatically?).

#28 fixed For Workouts with gpx data, show a static capture of the map with the ride in the dashboard borja
Description

Same thing endomondo and strava do.

As we are using leaflet for the maps handling, there are some interesting plugins and tools we can use:

https://github.com/rclark/server-side-leaflet

https://github.com/mapbox/leaflet-imagea

Basically the idea is, server-side, generate a small image with the map where a line is drawn with the overlay of the gpx. That image should be saved somewhere (blob?) and should be updated if the user updates the workout by uploading a new file.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.