Let controllers create canister bundle
ninegua opened this issue · 0 comments
ninegua commented
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
- Allow canister controllers to group a list of canisters together to create a bundle. A canister can only be put in one bundle.
- Have a separate page that shows bundle specific info. This can also serve as as "donate to me" landing page.
- Allow user to add bundles to their allocation list.
- Existing per-canister allocation will be replaced by bundle if the canister is in a bundle.
- Notify users when bundle member list is updated.