#75 - Workouts on the same day are not displayed in right order
Update Python and Javascript dependencies
IMPORTANT: Due to SQLAlchemy update (1.4+), engine URLs starting with postgres://
are no longer supported. Please update DATABASE_URL
with postgresql://
.
In this release 1 issue was closed.
#72 - Error message when file exceeding size is incorrect
#71 - max size or max number of files must be greater than 0
#70 - max size for an archive must not be less than uploaded files max size
In this release 3 issues were closed.
#66 - invalid gpx limit used when importing zip archive
#64 - Only 50 workouts per month shown in calendar
In this release 2 issues were closed.
#62 - Error when sending reset password email
Refactoring before introducing new features.
Add docker files for evaluation purposes.
In this release 1 issue was closed.
#58 - Standardize terms used for workouts
Note: Database model, upload directory for workouts and API endpoints are also updated.
#59 - No message displayed on uploading image error
In this release 2 issues were closed.
No new features in this release, only some refactorings before introducing new features.
#57 - Use uuid for activities
In this release 1 issue was closed.
This version introduces some major changes:
Installation becomes more easy. FitTrackee can be now be installed from PyPi.
β οΈ Warning: please read installation documentation, some environment variables and files have been renamed.
Itβs now possible to change the tile provider for maps. The default tile server is now OpenStreetMapβs standard tile layer (replacing ThunderForest Outdoors), see Map tile server in documentation.
In this release 2 issue were closed.
This version introduces some major changes:
FitTrackee administration is now available (see documentation)
β οΈ Warning: some application parameters move from environment variables to database (see installation).
in order to send emails, Redis is now a mandatory dependency
#50 - A user can reset his password
#17 - A user can delete his account
#15 - Complete the administration
In this release 3 issues were closed.
This version contains minor fix and improvements on client side:
#47 - timezone drop-down is not displayed correctly
#46 - calendar cannot display more than 5 or 6 activities on the same day
In this release 2 issues were closed.
#44 - Cannot edit an activity that does not have a gpx file
In this release 3 issues were closed.
#41 - User statistics are incorrect
In this release 1 issue was closed.
#34 - Weather is not displayed anymore
In this release 8 issues were closed.
#13 - Detailed statistics
Update dependencies
In this release 1 issue was closed.
#31 - Use moving duration for stats
#29 - Pause duration calculation with segments
#28 - Error on uploading gpx file
#26 - Total is incorrect in tooltip when duration is displayed
#24 - Some distances are not displayed correctly on current month statistics
In this release 7 issues were closed.
Features:
Account creation (only standard user, not admin)
6 sports supported:
Cycling (Sport)
Cycling (Transport)
Hiking
Montain Biking
Running
Walking
Activity creation by uploading a gpx file. An activity can even be created without gpx (the user must enter date, time, duration and distance)
Activity edition and deletion
An activity can be displayed with map (if with gpx), weather (if the DarkSky API key is provided) and charts (speed and elevation)
A user can add a note
Month calendar with activities
Current month statistics
Records by sports:
average speed
farest distance
longest duration
maximum speed
Activities list and search
Notes:
only activity owner can see his activity
no administration for now
β‘οΈ more informations: see documentation and current issues
#11 - Timezone support
#10 - Add a note to an activity
#9 - User statistics on dashboard
#8 - Add weather to activities
#3 - Search filter for activities
#2 - Calendar to view activities
In this release 6 issues were closed.