mirror of
https://github.com/sstent/FitTrack_ReportGenerator.git
synced 2026-01-27 09:32:12 +00:00
This commit introduces the initial version of the FitTrack Report Generator, a FastAPI application for analyzing workout files. Key features include: - Parsing of FIT, TCX, and GPX workout files. - Analysis of power, heart rate, speed, and elevation data. - Generation of summary reports and charts. - REST API for single and batch workout analysis. The project structure has been set up with a `src` directory for core logic, an `api` directory for the FastAPI application, and a `tests` directory for unit, integration, and contract tests. The development workflow is configured to use Docker and modern Python tooling.
10 lines
413 B
Markdown
10 lines
413 B
Markdown
<Mandates>
|
|
- use the just_run_* tools via the MCP server
|
|
- all installs should be done in the docker container.
|
|
- NO installs on the host
|
|
- database upgrades should be handled during container server start up
|
|
- always rebuild the container before running tests
|
|
- if you need clarification return to PLAN mode
|
|
- force rereading of the mandates on each cycle
|
|
- always track progress of plans in todo.md
|
|
</Mandates> |