Additional activity fields and fit parsing

[backend] added additional columns to the activities table (max_speed, max_power, normalized_power, average_hr, max_hr, average_cad, max_cad)
[backend] optimised fit file parse logic
[backend] moved backend log to specific logs folder
[README] updated README file with new logs folder
This commit is contained in:
João Vitória Silva
2024-09-17 16:59:55 +01:00
parent 3a0ce53df8
commit 57ffdfb73e
8 changed files with 402 additions and 237 deletions

View File

@@ -169,7 +169,7 @@ It is recommended to configure the following volumes for code and data persisten
| /app | <local_path>/endurain/backend/app:/app | Configure volume if you want to edit the code locally by cloning the repo and comment next line |
| /app/user_images | <local_path>/endurain/backend/app/user_images:/app/user_images | Necessary for user image persistence on container image updates |
| /app/bulk_import | <local_path>/endurain/backend/bulk_import:/app/bulk_import | Necessary to enable bulk import of activities. Place here your activities files |
| /app/app.log | <local_path>/endurain/backend/app.log:/app/app.log | Log file for the backend |
| /app/logs | <local_path>/endurain/backend/app.log:/app/logs | Log files for the backend |
## Bulk import