Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: create TODO.md #13

Merged
merged 1 commit into from
Mar 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.