aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-20 23:12:28 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-20 23:12:28 -0600
commit0ce02d8da470e0be822e76b47139b2eecfcf32b1 (patch)
tree7398402531ec9a7c5cfb22badb806538bfd26f5d /ROADMAP.md
parent1366da35eb569a9b1efdf7252adbcfbede7e32d6 (diff)
downloadetbsa-trackermap-mobile-0ce02d8da470e0be822e76b47139b2eecfcf32b1.tar.gz
etbsa-trackermap-mobile-0ce02d8da470e0be822e76b47139b2eecfcf32b1.tar.bz2
etbsa-trackermap-mobile-0ce02d8da470e0be822e76b47139b2eecfcf32b1.zip
Added attribution for third-party libraries and roadmap
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
new file mode 100644
index 0000000..b71d8da
--- /dev/null
+++ b/ROADMAP.md
@@ -0,0 +1,23 @@
+# Roadmap
+
+## General
+
+[ ] Basic settings (account, notifications, etc.)
+[ ] Implement WebSocket to fetch positions.
+[ ] Improve network and API error handling.
+[ ] Create, edit and delete devices (if deviceReadonly = false)
+[ ] Edit user data (if readonly = false)
+[ ] iOS application.
+
+## Reports
+
+[ ] Show information when clicking position in report.
+[ ] Replay for route and stops reports.
+[ ] Select custom start and end dates for reports.
+
+## Low priority
+
+[ ] Replace WhirlyGlobe with MapLibre-GL (if we can get it to work.)
+[ ] Marker clustering.
+[ ] Dark mode.
+[ ] Clean up code.