Skip to content

Commit

Permalink
docs: create TODO.md (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel authored Mar 5, 2023
1 parent 879ddee commit 8824673
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
This Week's Demo
* Platform support (e.g. push to both arm7 and arm64)
* API Keys (allows multiple users)
* Separate product ids (allows multiple users)
* Instructions on how to build/use.

User journey, someone can:
* download and install Shorebird.
* `shorebird build` their existing Flutter app.
* Push an update to their app.

Later
* Way to see what builds have been published so far.
* See what % of devices are running what builds.
* Make package:updater API work from Dart
* Example of using Dart API from Dart/Flutter.
* Ability to roll back to past push.
* Build update from source (in the cloud).
* GitHub integration / action trigger.
* Quantify update download sizes.
* Be able to create an account / API key.
* Web interface to see pushes?
* Security (signing, 2FA, 2-person approval, etc.)
* Quantify how much bandwidth a push will use.
* What % of device population has taken push.

0 comments on commit 8824673

Please sign in to comment.