2021-08-17 15:15:45 +00:00
|
|
|
[greentravel.app](https://greentravel.app)
|
2021-08-08 19:15:27 +00:00
|
|
|
==============================
|
2020-12-27 20:24:18 +00:00
|
|
|
|
2021-08-17 15:09:22 +00:00
|
|
|
Originally Green Travel Carbon Calculator
|
2021-08-08 19:15:27 +00:00
|
|
|
|
2021-08-17 15:27:58 +00:00
|
|
|
- Starts with Expo version same functionilty as in e3fd46357085f9a8efde3cd4b94a5a4f211ee2e4
|
2021-08-17 15:40:53 +00:00
|
|
|
except completed and x-platform app.
|
2020-12-27 20:24:18 +00:00
|
|
|
|
2021-08-18 19:23:06 +00:00
|
|
|
- Expo Only and Native Android/iOS code levels.
|
2021-08-08 19:15:27 +00:00
|
|
|
|
2021-08-16 23:04:22 +00:00
|
|
|
Expo only version (in Ejectable) will be maintained as starter for the domain model.
|
2021-08-09 01:16:13 +00:00
|
|
|
Mostly so that developers can use the simplest version without Google/Apple dev kits.
|
|
|
|
|
2021-08-17 15:15:45 +00:00
|
|
|
The expo client will remain standalone, not support backend function and other enhancements.
|
2021-08-16 22:48:50 +00:00
|
|
|
|
2021-08-18 18:25:52 +00:00
|
|
|
> Note: the initial expo app on App Store/Play will be replaced by the full react native version
|
|
|
|
> and binaries for the current expo client will be downloadable from greentravel.app .
|
2021-08-18 18:21:15 +00:00
|
|
|
|
2021-08-17 15:15:45 +00:00
|
|
|
There will be several iterations of it before
|
2021-08-08 19:15:27 +00:00
|
|
|
...
|
2020-12-27 20:24:18 +00:00
|
|
|
|
2021-08-17 15:27:58 +00:00
|
|
|
- Ejected client with enhanced service available as in app purchase
|
2020-12-27 20:24:18 +00:00
|
|
|
|
2021-08-17 15:27:58 +00:00
|
|
|
- more context than a single trip, group aggregation, etc.
|
|
|
|
- developer support via the common mechanism for same in my domains
|
|
|
|
|
2021-08-17 18:42:16 +00:00
|
|
|
The ejected client itself with the basic trip model will be kept in sync with
|
|
|
|
what is actually on google/apple.
|
2020-12-27 20:24:18 +00:00
|
|
|
|
2021-08-17 15:27:58 +00:00
|
|
|
- FOSS as before
|
2020-12-27 20:24:18 +00:00
|
|
|
|
|
|
|
Up to proprietary systems support in my other domains, this will remain fully open source.
|
2021-08-08 19:15:27 +00:00
|
|
|
Initially it will be more of a vehicle for my development offerings but the intent is
|
2021-08-09 01:16:13 +00:00
|
|
|
develop a full featured Personal Carbon domain.
|
|
|
|
|
|
|
|
All of the client code will be here, the backend code will be open source in
|
|
|
|
git.meansofproduction.biz accessible as with other sources in my domain space.
|
|
|
|
|
2021-08-08 18:57:47 +00:00
|
|
|
|
|
|
|
2011 Stub App
|
|
|
|
=============
|
2021-08-09 01:16:13 +00:00
|
|
|
|
2021-08-16 02:13:42 +00:00
|
|
|
Original was just Android and a proof of GPS. It still works on older Android as of 2021-08-16 but
|
|
|
|
will not work with Android 10 due to the app menu button and its backfill the overflow menu
|
|
|
|
button being completely removed. The latter is the three dots on the nav bar. It was
|
|
|
|
removed but was still accessible up to 9 either standardly or by a gesture, If you can't get to this
|
|
|
|
control, you can't start a trip so the app won't work.
|
2020-12-27 20:24:18 +00:00
|
|
|
|
2021-08-08 18:57:47 +00:00
|
|
|
Currently you need to do 'checkout e3fd46357085f9a8efde3cd4b94a5a4f211ee2e4' to get a working version
|
2021-08-16 02:13:42 +00:00
|
|
|
matching what was on play since c. 4709 (after cloning current master).
|
2020-12-27 20:24:18 +00:00
|
|
|
|
2021-08-08 19:15:27 +00:00
|
|
|
As of August 4719 it still loads in Android Studio, and it will be preserved in the repo.
|
2021-08-17 14:01:10 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
The PDF was what that app was supposed to do. I completed it up doing the basic thing it was supposed
|
|
|
|
to do so.
|
2020-12-27 20:24:18 +00:00
|
|
|
|