The one place for your designs
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.
I refactored the feed functionality out of the API request code and into Core\Boost\Feed
abstract class and implemented Core\Boost\Feeds\Boost
concrete class. In the review site the feed request response exactly matches the pre-refactored response (tested web only, need to capture a mobile request).
Example web request: /api/v2/boost/feed?rating=2&rotator=1&sync=1&limit=150&as_activities=0&from_timestamp
The functionality appears limited, oddities found so far...
limit
in request is not honouredrotator=1
is requested but not used anywheresync=1
is requested but not used anywhereWe want to be sure it is you, please confirm you are not a robot.
added Sprint::10/09 - Pink Panther Status::InProgress scoped labels
assigned to @gthouret
changed title from Investigate Oddities in existing Boost Feed API code to Investigate Oddities and improve existing Boost Feed API functionality
changed the description
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.