Closed Bug 1161854 Opened 10 years ago Closed 10 years ago

Create site tiles for use on listing pages, update button and labels for apps too

Categories

(Marketplace Graveyard :: Consumer Pages, enhancement, P1)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED
2015-05-19

People

(Reporter: ddurst, Assigned: kngo)

References

Details

Site tiles should use the data (from the model) described in the design document. Note that buttons and labels change for apps as well (sites say "Open", apps say "Install" -- next to the button are prices and "app" or "website").
See Also: → 1161856
Design has noted already that this will require the layout of info in the tile to change -- it will have to be "stacked"
Also, note that site tiles are unaffected by the "Toggle App Previews" actions; they have only one view.
To save some confusion: Which link from the website data to present to which platform is determined by three fields (temporary names as model changes are pending): DesktopURL, IsResponsive, MobileURL. If DesktopURL != MobileURL and IsResponsive: * tablet gets DesktopURL * mobile gets MobileURL If DesktopURL != MobileURL and IsResponsive and MobileURL is blank: * tablet gets DesktopURL * mobile gets DesktopURL If DesktopURL != MobileURL and not IsResponsive: * tablet gets MobileURL * mobile gets MobileURL
Assignee: nobody → kngo
Severity: normal → enhancement
Priority: -- → P1
Blocks: 1165024
No longer blocks: 1165024
https://github.com/mozilla/fireplace/pull/1218 No multiplexing between the mobile/desktop URLs yet until we get them in the API.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2015-05-19
Note to QA: this will not be verifiable until we get sites into the API and flip the flag.
You need to log in before you can comment on or make changes to this bug.