** Branch linked: lp:~gary-lasker/software-center/recommender-profile- uploads-lp944693
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.launchpad.net/bugs/944693 Title: once the user opted into recommendations the profile needs to be updated regularly Status in “software-center” package in Ubuntu: In Progress Status in “software-center” source package in Precise: In Progress Bug description: The current code in recommendations.py indicates that the users recommendations profile is only uploaded once when the user opts-in: def _on_opt_in_button_clicked(self, button): # we upload the user profile here, and only after this is finished # do we fire the request for recommendations and finally display # them here -- a spinner is shown for this process (the spec # wants a progress bar, but we don't have access to real-time # progress info) self._upload_user_profile_and_get_recommendations() This needs to get fixed, ideally we submit the profile on each startup if it changed, to detect changes we could store a simple hash of the pkgnames in the profile. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/944693/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

