Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 49)

4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#4 fixed Workouts storage borja borja
Description

Design and implement a way to store workouts information for a given user:

  • title
  • description
  • Date and time when the workout starts
  • Date and time when the workout ends
  • Kind of workout/activity (cycling, running, kayaking... - define a list of sports we allow to track at first)
  • Some more information, probably depending on the kind of workout/activity:
    • distance
    • laps (+lap distance/time)
    • rounds/games (tennis table, basketball, football) (save distance/time per round/game)
    • ????

Add any other information you would think would be useful for new workouts.

+ views to list/view/add/edit/remove workouts

#41 fixed Write helper scripts... borja borja
Description

... so new developers can set up an environment quickly.

install script:

Requirements/workflow idea:

  1. developer grabs copy of the repo (either darcs or git)
  1. developer gives exec permission to the bin/install script
  1. developer exec ./bin/install within the repo:

3.1. ./bin/install PATH <- this installs everything in the given path

3.2. ./bin/install <- this installs everything in the user home, ~/openworkouts

The steps the installer has to go through:

  1. check python3 is installed
  1. create virtual env
  1. activate virtual env
  1. pip install --upgrade setuptools pip
  1. pip install --upgrade --process-dependency-links -e .[testing]
  1. chmod +x bin/js_deps bin/start bin/stop
  1. ./bin/js_deps
  1. show a message telling the user how to start/stop/restart the services

start/stop/restart

Basically, start will run pserve --reload development.ini, stop will kill that process, restart calls stop, then start.

#31 fixed bio pic for users borja borja
Description

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

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