REST API to record jogging sessions.
Please see:
-
Specification. Including user stories, roles, data structures and other requirements.
-
Review. User acceptance tests.
To generate additional docs:
-
Code documentation. Run
pycco_all.sh
to generate literate code documentation. -
Coverage report. Run
pipenv run pytest
to run unit tests and generate a coverage report.
joglog
https://gitlab.com/lofidevops/joglog
Copyright 2020 David Seaward
SPDX-License-Identifier: GPL-3.0-or-later
Shared under GPL-3.0-or-later. We adhere to the Contributor Covenant 2.0 without modification, and certify origin per DCO 1.1 with a signed-off-by line. Contributions under the same terms are welcome.
For details see:
- COPYING.GPL.md, full license text
- CODE_OF_CONDUCT.md, full conduct text
- CONTRIBUTING.DCO.md, full origin text (
git -s
)