diff --git a/README.md b/README.md index 37626ddb4ee579ab62ce9fd38f9881d5cfc42896..0fc4b47c8771ebb2253187000956574a9748625b 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,18 @@ A python CLI to share data related to physical activities over an API (geo-local 1. Respect python scripting guidelines proposed by _Vincent Bernat_ ( [🇫🇷](https://vincent.bernat.ch/fr/blog/2019-script-python-durable) | [🇬🇧](https://vincent.bernat.ch/en/blog/2019-sustainable-python-script) ). -✨ (planed) Features --------------------- +✨ Features +------------ These are imagined with _[Strava](https://developers.strava.com/docs/reference/) in mind_, but any other service will be nice too : -* [ ] [Create manual activity](https://lab.frogg.it/fcode/geostrapy/-/issues/1) +* [x] [Create activity](https://lab.frogg.it/fcode/geostrapy/-/issues/1) * [ ] From a GPX track: [get characteristics](https://lab.frogg.it/fcode/geostrapy/-/issues/2) * [ ] and [create an activity](https://lab.frogg.it/fcode/geostrapy/-/issues/3) -* Sanitise a GPX track: +* Sanitize a GPX track: * [ ] [crop start, end & stop points](https://lab.frogg.it/fcode/geostrapy/-/issues/4) * [ ] [change start-time](https://lab.frogg.it/fcode/geostrapy/-/issues/5) -* [ ] [Post GPX file as activity](https://lab.frogg.it/fcode/geostrapy/-/issues/6) +* [ ] [Post modified GPX file as activity](https://lab.frogg.it/fcode/geostrapy/-/issues/6) * [ ] [Process GPX multi-track file](https://lab.frogg.it/fcode/geostrapy/-/issues/7) * and [maybe more](https://lab.frogg.it/fcode/geostrapy/-/boards)…