Greenstand / Greenstand/treetracker-android
Feedback to Android from Admin Panel and DB
- Dominant language
- Kotlin
- Stars
- 101
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
We should start working on a simple way to send feedback to the app from the DB. The amount of rejected trees should be communicated to the app for example but there is more info that needs to be synced.
Lets say we spilt it up into three sections.
1. Local (on device)
- Total Trees
- Uploaded
- to sync
2. Remote (in Greenstand DB):
- Trees Total:
- Trees rejected: 76
- Trees approved:
3. If in payout program (approved Entity ID):
- Total Trees payed out:
- Trees waiting for payout
- Total amount payed out
1 is showing on first login.
2. gets send back by the DB to the app on the second sync
3. gets displayed once the person is part of a payout scheme
2 and 3 could be maybe done by a cron job filled static file that is synced each time. Could be as tiny as possible since the sql statement behind gathering this information might be slow? TBD
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.