Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 49)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#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?).

#5 fixed Upload workout tracking files borja borja
Description

Once we have the workouts storage ready (#4), we will need a way to upload gps tracking information to the system, either to an existing workout or (used more often) to create a new workout based on that gps tracking information.

First we have to define which kind of files we will allow (gpx, tcx, fit, etc) and then decide how we will store them: save the files "as is", parse them and save the parsed data into the db (maybe keeping the original file around).

This is directly related to the way we will show data on a map (what kind of files do we need for that, for example, if we are going to use a static file to provide the info when rendering the map).

Once some tracking information has been uploaded, some of that information should be "modifiable" using the workouts editing UI (#4) (we still have to define which info exactly).

Open question: How should we deal with incorrect file uploading? That is, I decide to upload a gps tracking file to a workout, but then I realize that I had chosen the wrong file. How could I fix it?

  1. Remove workout, re-upload file and create new workout
  1. Upload new file on the existing workout, overwriting existing data
  1. (put more options here and let's discuss about it)
#69 fixed Translations for dynamic elements borja borja
Description

There are some texts around the app that are gathered dynamically, like:

  • month names
  • day names
  • sport names
  • gender

Those should be translated too.

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