Comment 1 for bug 622732

Revision history for this message
Michael Nelson (michael.nelson) wrote : Re: Let SCA client handle subscription progress UI

This came up during a discussion at UDS as a way to:
  1) improve the payment progress UI (integrate it into the client UI),
  2) not allow the purchaser to disrupt the purchase process (currently they can close the window after purchasing, which would mean the client never sees the title-change event).

Note: if we don't do this, then we will need to style the payment-in-progress pages in SCA (or be happy with it unstyled for now :)). Also, one aspect of bug 606170 will need updating (see comment 4).

Doing this would involve one simple change in the agent, and a change in the client so that when the title change event is received (including the api uri for the new subscription), the client would poll the subscription status via the API until it is completed/cancelled - updating the progress bar appropriately.