Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmoric/peakperformer
peekPerformer is a desktop application for cycling training analysis.
https://github.com/jmoric/peakperformer
analysis c-plus-plus cycling gui heart-rate linux mac power-meter-data qt qt6 windows
Last synced: about 2 months ago
JSON representation
peekPerformer is a desktop application for cycling training analysis.
- Host: GitHub
- URL: https://github.com/jmoric/peakperformer
- Owner: jmoric
- License: gpl-3.0
- Created: 2024-06-15T08:37:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T14:07:27.000Z (7 months ago)
- Last Synced: 2024-10-12T01:20:51.650Z (3 months ago)
- Topics: analysis, c-plus-plus, cycling, gui, heart-rate, linux, mac, power-meter-data, qt, qt6, windows
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PeakPerformer
peakPerformer is a desktop application for cycling training analysis.
> Work in progress!
## Development
All development is done in feature branches based on the develop branch. Once a feature has been reviewed and approved, it is merged into the *develop* branch. There are NO commits done directly on the *develop* branch or the *main* branch for that matter.
### Branch overview
| Branch | Description |
| ---------| ----------- |
| main | The *main* branch are released code only.
| develop | The *develop* branch is where all feture branch development is done.### Workflow
(Work in progress...)