jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
958 stars 30 forks source link

Add auto-import feature #41

Closed jovandeginste closed 8 months ago

jovandeginste commented 8 months ago

Each user can configure a folder from which to automatically import workout files. This folder is then checked every minute, and each file older than one minute is added.

When this process fails, the file is moved to the "failed" subfolder; otherwise the file is added to the "done" subfolder. The subfolders are created when needed.

Fixes #40