mozilla-mobile / firefox-tv

Firefox for Amazon's Fire TV
https://blog.mozilla.org/blog/2017/12/20/firefox-is-now-on-amazon-fire-tv-happy-holiday-watching/
Mozilla Public License 2.0
255 stars 109 forks source link

[1630] Make Pocket a Channel - land after freeze #2111

Closed athomasmoz closed 5 years ago

athomasmoz commented 5 years ago

Why/User Benefit/User Problem

As a user, I want the tiles on the homescreen to be organized using both up/down arrows and side-to-side so that I can reach my desired tile faster given my FireTV remote. And to match the interaction I'm used to on other Fire TV apps

In future, this will also allow further categorization of home screen tiles

Acceptance Criteria (how do I know when I’m done?)


liuche suggested we should not file follow-ups and should keep this open. As such, after PR #2178, we have some follow-up items:

liuche commented 5 years ago

We'll need to get a section string for this: we have the following strings Pocket, Recommended videos by Pocket, Recommended Videos - but we could come up with a totally new string too.

severinrudie commented 5 years ago

FYI, this is a draft PR showing how to create a new channel. https://github.com/Baron-Severin/firefox-tv/pull/5/files

devinreams commented 5 years ago

@Baron-Severin please break into a separate style issue for those changes

severinrudie commented 5 years ago

We'll need to get a section string for this: we have the following strings Pocket, Recommended videos by Pocket, Recommended Videos - but we could come up with a totally new string too.

The mocks show Pocket Editor's Choice, which seems good to me. We only show Pocket to EN-US users, so localization isn't a blocker.

@Baron-Severin please break into a separate style issue for those changes

Done https://github.com/mozilla-mobile/firefox-tv/issues/2189

athomasmoz commented 5 years ago

Hey @Baron-Severin , I'm organizing the remaining Pocket tickets. To confirm, the remaining work for this one is:

severinrudie commented 5 years ago

@athomasmoz Pocket megatile is already removed, and I just finished preventing users from removing Pocket tiles. Remaining should just be:

liuche commented 5 years ago

For the strings-needed label, I filed this Trello card for the Content Team. If we don't need this localized, we should put this title in a non-localized string, because otherwise, all our changes to this string will get localized anyway.

athomasmoz commented 5 years ago

Bug found: Title should be "Recommended by Pocket". @mcomella suggested he could add this change into his PR.

mcomella commented 5 years ago

@athomasmoz What's the updated string for the title of the Pocket channel?

athomasmoz commented 5 years ago

@athomasmoz What's the updated string for the title of the Pocket channel?

@mcomella it's "Recommended by Pocket" thanks!

mcomella commented 5 years ago

We landed the initial implementation but still need to land the follow-ups.

We didn't update the commit titles (which auto-closed this issue) to avoid having to run CI again. x_x

mcomella commented 5 years ago

The remaining Pocket channel work is being tracked in #2280.