Compare commits
23 Commits
dependabot
...
2.0.8
Author | SHA1 | Date |
---|---|---|
RenJuan | 4a72a9f591 | |
RenJuan | 80e788679d | |
RenJuan | 6eec607abf | |
RenJuan | 28b6b0e06d | |
RenJuan | da86eb0253 | |
RenJuan | eb977a1f24 | |
RenJuan | 1e2f85fe1d | |
RenJuan | a370c26775 | |
RenJuan | 4d6eaa522b | |
仁 人 卷 | 1e27fdd969 | |
仁 人 卷 | a88aaf0f00 | |
仁 人 卷 | 91371b8380 | |
仁 人 卷 | 09910f6122 | |
仁 人 卷 | 09ceba1725 | |
仁 人 卷 | d989221fe4 | |
仁 人 卷 | 5c84a09ded | |
仁 人 卷 | 25ec007581 | |
仁 人 卷 | c7d41f77e0 | |
仁 人 卷 | eaf073c066 | |
仁 人 卷 | b02724d556 | |
仁 人 卷 | e3189433a4 | |
仁 人 卷 | 2daa815af4 | |
仁 人 卷 | bcee5e706a |
File diff suppressed because it is too large
Load Diff
41
README.md
41
README.md
|
@ -1,31 +1,38 @@
|
||||||
# GT2 [greentravel.app](https://greentravel.app/doc)
|
# Personal Carbon App
|
||||||
<span style="font-size: 12px">Originally Green Travel Carbon Calculator</span>
|
## [greentravel.app](https://greentravel.app/doc)
|
||||||
|
#### Originally Green Travel Carbon Calculator
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
- An Expo version of the same functionality as the original 2011 app but a completed [x-platform](https://apps.apple.com/ao/app/gt2-green-travel-carbon-app/id1583117880) app
|
- An Expo version of the same functionality as the original 2011 app but a completed [x-platform](https://apps.apple.com/ao/app/gt2-green-travel-carbon-app/id1583117880) app
|
||||||
that actually reports trip carbon impact accurately.
|
that actually reports trip distance and time and thus carbon impact accurately.
|
||||||
|
|
||||||
The 2.0.n series is a replacement on google and first version on apple and will be maintained
|
The 2.0.n series is a replacement on google and first version on apple and will be maintained
|
||||||
separate from the subsequent production line which will use the [common mechanism](https://sameboat.live/sb-app)
|
separate from the subsequent production line which will use the [common mechanism](https://devops1.sameboat.network/sb-app)
|
||||||
for delivery of my apps from 2.1 forward.
|
for delivery of my apps from 2.1 forward.
|
||||||
|
|
||||||
2.0.7 was feature complete at the end of August 2021. 2.0.8 will be the stable baseline of same thing
|
2.0.7 was feature complete at the end of August 2021.
|
||||||
with background operation, maintained with stack and platform major version increments.
|
|
||||||
|
|
||||||
## 2.n.m
|
2.0.8 the stable baseline of same thing but with background operation, with subsequent change only for stack maintenance was complete in Sept 2023.
|
||||||
|
|
||||||
- Roadmap for regular production Personal Carbon Accounting domain
|
## 1.n.m (semantic reset)
|
||||||
|
|
||||||
- 2.1.0 1st embedded product line release
|
PCA which is sold as Green Travel 2.n.m, n > 0 is a maintained instance of the [PMTA](https://sameboat.network/personaleco) generic base.
|
||||||
- 2.2.0 Wearable extension
|
|
||||||
- 2.3.0 Maintain trip histories in cloud
|
|
||||||
- 2.4.0 Group Aggregation
|
|
||||||
- 2.5.0 Reporting
|
|
||||||
|
|
||||||
The product line version, unlike the standalone 2.0.n series will have an evolving domain model. It will also be free but with feature sets
|
- Roadmap for regular production Personal Carbon Accounting domain, PCA 1
|
||||||
that are available to users at different levels of [entitlement](https://eg.meansofproduction.biz/eg/index.php/AKPERSON) in my domains,
|
|
||||||
vended in in the common domain content mgt app.
|
- 1.1.0 [Product baseline](https://devops1.sameboat.network/sb-app)
|
||||||
|
- 1.2.0 Wearable extension
|
||||||
|
- 1.3.0 Maintain trip histories in cloud
|
||||||
|
- 1.4.0 Group Aggregation
|
||||||
|
- 1.5.0 Reporting
|
||||||
|
|
||||||
|
The product line version, unlike the standalone 2.0.n series will be based on the Domain Space App and so the semantic numbering resets.
|
||||||
|
It will also be free but with feature sets at higher levels of [entitlement](https://eg.meansofproduction.biz/eg/index.php/AKPERSON), vended in-app.
|
||||||
|
|
||||||
|
The product line source app will greatly expand upon the cause for being of the 2011 app which was to demonstrate working GPS (see below).
|
||||||
|
Motion/travel tracking remains the core function but there will be additional reusable infra for a number of purposes, in particular
|
||||||
|
wearable extensions. PCA 1 is an application of this new code which is available to entitled users of git.meansofproduction.biz.
|
||||||
|
|
||||||
|
|
||||||
2011 Stub App
|
2011 Stub App
|
||||||
|
@ -44,6 +51,6 @@
|
||||||
|
|
||||||
Note: going over the sources there are references to a PDF. This refers to the origins of the project.
|
Note: going over the sources there are references to a PDF. This refers to the origins of the project.
|
||||||
An individual had taken on the task of making an application for NRDC Boston and got stuck on the GPS.
|
An individual had taken on the task of making an application for NRDC Boston and got stuck on the GPS.
|
||||||
The PDF was what that app was supposed to do. I completed it up doing the basic thing it was supposed
|
The PDF was what that app was supposed to do. I completed it up to doing the basic thing it was supposed
|
||||||
to do.
|
to do.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue