h1. Why
For services like push, it's possible to create another binding after the service is being bound.
h1. What
Update the services UI to add the "Create Bind" button for some of the bound services.
h1. Suggested approach
1. We will expose this information (https://github.com/aerogearcatalog/unifiedpush-apb/blob/master/apb.yml#L25) to let the MDC know that if it should allow create a bind for a bound service 2. If it's allowed, the "Create Bind" button should show up for the bound service, and it will invoke the bind process for the service.
h1. UPDATE: There has been some disussion here:https://groups.google.com/forum/#!topic/aerogear/uXNNjvg5uh0
This is the proposed approach now: {quote The proposed approach here now it to allow users to create one more binding after the push service is bound.
On the second time of binding, we can filter the wizard so that it will not show the one that is already configured. For example, if the user configure android variant the first time when a binding is created, then this time only the ios option will show.
After the second time, both variants are set for both platforms, and users will not allowed to creating another binding from MDC anymore. If they need to edit the variants, they need to go to UPS to do it. {quote} |
|