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

Let controllers create canister bundle #2

Open
ninegua opened this issue Jan 24, 2022 · 0 comments
Open

Let controllers create canister bundle #2

ninegua opened this issue Jan 24, 2022 · 0 comments
Labels
feature New feature or request

Comments

@ninegua
Copy link
Owner

ninegua commented Jan 24, 2022

Problem

One application often has more than one canisters, so it makes sense to donate from a single allocation to a group of canisters when any one of them runs low on cycle balance.

Plan

  1. Allow canister controllers to group a list of canisters together to create a bundle. A canister can only be put in one bundle.
  2. Have a separate page that shows bundle specific info. This can also serve as as "donate to me" landing page.
  3. Allow user to add bundles to their allocation list.
  4. Existing per-canister allocation will be replaced by bundle if the canister is in a bundle.
  5. Notify users when bundle member list is updated.
@ninegua ninegua added the feature New feature or request label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant