[Bug 622732] Re: Let SCA client handle subscription progress UI

2012-01-05 Thread Anthony Lenton
** Tags added: client-server -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/622732 Title: Let SCA client handle subscription progress UI To manage notifications about this bug go to: https://bugs.la

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-12-02 Thread Michael Vogt
** Changed in: software-center (Ubuntu) Milestone: None => ubuntu-12.04-beta-1 ** Changed in: software-center (Ubuntu) Status: New => Confirmed ** Changed in: software-center (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-06-13 Thread Anthony Lenton
** Changed in: software-center-agent Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/622732 Title: Let SCA client handle subscription progress UI To manag

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-04-11 Thread Canonical ISD bug wrangler
** Changed in: software-center-agent Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/622732 Title: Let SCA client handle subscription progress UI -- ubunt

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-04-08 Thread Canonical ISD bug wrangler
** Tags added: sp-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/622732 Title: Let SCA client handle subscription progress UI -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://list

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-04-08 Thread Danny Tamez
** Attachment added: "A QA helper file to simulate the desktop client's api call" https://bugs.launchpad.net/software-center-agent/+bug/622732/+attachment/2001340/+files/test_api.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-04-08 Thread Danny Tamez
QA: Here is a way to test the api call that the desktop client is going to make. Get https://bugs.launchpad.net/software-center-agent/+bug/622732 locally and run fab bootstrap. Place the attached script in the root of the branch. On staging find or create an application to purchase and make note

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-03-30 Thread Danny Tamez
On Wed, Mar 30, 2011 at 12:26:07PM -0500, Danny Tamez wrote: > Hey! Hi, > I'm working on https://bugs.launchpad.net/software-center-agent/+bug/622732 Great! > and had a question about backwards compatability for the desktop client. > What > I am looking at doing is changing the Software pur

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-03-30 Thread Canonical ISD bug wrangler
** Changed in: software-center-agent Status: Confirmed => In Progress ** Changed in: software-center-agent Assignee: (unassigned) => Danny Tamez (zematynnad) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-03-21 Thread Canonical ISD bug wrangler
** Tags added: kb-improvement -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/622732 Title: Let SCA client handle subscription progress UI -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com ht

[Bug 622732] Re: Let SCA client handle subscription progress UI

2011-03-21 Thread Anthony Lenton
As well as the items listed in comments #3 and #4, provide a script for QA to test this feature, as it might be a while until the desktop client starts using these features. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 622732] Re: Let SCA client handle subscription progress UI

2010-12-13 Thread Michael Nelson
It's about handing over control of the feedback to the client. Currently the client waits on the JS title-change event which only happens when the purchase is complete/failed - we'd like that event to instead happen when the purchase is initialised, and enabling the client to use the API to check t

[Bug 622732] Re: Let SCA client handle subscription progress UI

2010-12-10 Thread Matthew Paul Thomas
Is this bug report just about text feedback, or proportion feedback too? If the latter, bug 649715 is a duplicate. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/622732 Title: Let SCA client handle s

[Bug 622732] Re: Let SCA client handle subscription progress UI

2010-11-26 Thread Anthony Lenton
** Changed in: software-center-agent Milestone: 1-commitment => None -- Let SCA client handle subscription progress UI https://bugs.launchpad.net/bugs/622732 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 622732] Re: Let SCA client handle subscription progress UI

2010-10-29 Thread Anthony Lenton
We'll also need to: a) Provide the id for the newly created subscription in the page title in the checkout_complete view, and b) Provide a get() api call for the desktop app to be able to fetch the state of the subscription without needing to use getForMe() ** Changed in: software-center-agent

[Bug 622732] Re: Let SCA client handle subscription progress UI

2010-10-29 Thread Anthony Lenton
The current agreed way to fix this will be to provide a valid OAuth token for the signed in user via the embedded browser title, that the desktop app can then use to poll via the api, while the embedded browser is closed. This fix can be landed first, and then let the desktop app use that informat