Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
Jun 1, 2015, 1:19:42 AM (9 years ago)
Author:
borja
Comment:

Added a initial TODO list with some ideas for the project. Added headlines for the different sections of this page

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    55==========================================
    66
    7 More info will be added here soon.
     7.. contents::
    88
    99
     10Todo / Ideas / Components / What we will do
     11-------------------------------------------
    1012
    11 Questions:
     13- User management (signup, profile/preferences, change password, login)
     14
     15- Tracking workouts (upload .fit/.gpx/.tcx files + storage + ¿indexing?)
     16
     17- Showing workouts (parsing the stored data + showing a map, details, etc on screen)
     18
     19- Editing workouts (add title, description, details, pictures, videos + adjustments like time, total distance, etc)
     20
     21- Sharing workouts (show to other users, "like/kudos", comments)
     22
     23- Stats (compare workouts - yours or with other's - , per-period - week/month/year - statistics)
     24
     25- Syncing workouts (look for other openworkouts servers, "link" a friends server, share info between servers)
     26
     27- Playing workouts ("fly-by" like feature, where you can "play" and see multiple users' workouts at the same time in a given area. Play the gps track information in a map synced with a video uploaded to the workout - gopro owners would love this one - )
     28
     29- Tracking 2.0 (API that can collect live data from mobile/gps device for "live" tracking)
     30
     31
     32Questions
     33---------
    1234
    1335- Form parsing library: use simpleform and Formencode (what we know) or use something better?
     
    1840
    1941
    20 Links / hints / infos GPS tracking:
     42Links / hints / infos GPS tracking
     43----------------------------------
    2144
    2245- Fitparse to parse .fit files: https://pypi.python.org/pypi/fitparse/1.0.0 http://dtcooper.github.io/python-fitparse/ https://github.com/K-Phoen/python-fitparse - this library works, but I (bebu) had to fix some bugs when I downloaded it