QOL: Chores.

Final beta before release 1.0.
This commit is contained in:
zontreck 2025-05-17 12:36:31 -07:00
parent ac7a5c885d
commit 8293ddeb68
10 changed files with 98 additions and 49 deletions

View file

@ -24,6 +24,7 @@ The app does not store data locally, due to the way android permissions function
# Implementation
- [ ] Application Icon for mobile and web favicon
- [x] Basic UI
- [x] Permissions
- [x] Automatic updates
@ -32,10 +33,11 @@ The app does not store data locally, due to the way android permissions function
- [x] Track driving hours
- [x] Track trips
- [x] Track stops/deliveries
- [x] Track trip base pay
- [x] Track each delivery's tips
- [ ] Map marker for each stop/delivery with text saying "Trip #X/DropOff #X\nBase Pay: $$$; Tip: $$$"
- [ ] Basic version of the app in readonly mode when deployed on a web server.
- [ ] Backend server
- [ ] PHP?
- [ ] Dart based?
- [x] ~~Track trip base pay~~
- [x] ~~Track each delivery's tips~~
- [x] Track total pay
- [x] Map marker for each stop/delivery with text saying "Trip #X/DropOff #X ~~\nBase Pay: [amount]; Tip: [amount]~~
- [x] Basic version of the app in readonly mode when deployed on a web server.
- [x] Backend server
- [x] PHP
- [ ] ~~Dart based?~~