google / ioweb2016

I/O web app 2016
https://events.google.com/io2016
Apache License 2.0
517 stars 87 forks source link

Phase 5: Updates to page layout #996

Closed ldalepaves closed 8 years ago

ldalepaves commented 8 years ago

Reviewing Phase 5 with mpegg and we'd like to make some changes.

  1. Replace the first copy card with the see all videos card
  2. Replace current "see all videos card" with VR, and replace current VR slot with this firebase session
  3. Delete the middle quote card all together and just move up the bottom cards
jcreech83 commented 8 years ago

@paulfarning can you take care of this?

jcreech83 commented 8 years ago

Believe Eric took care of the 1.

The Firebase session to add is this one - https://events.google.com/io2016/schedule?sid=322d2aeb-0bef-e511-a517-00155d5066d7#day1/322d2aeb-0bef-e511-a517-00155d5066d7

paulfarning commented 8 years ago

@ebidel Should we be hardcoded these sessions into the grid rather than pull from the schedule data?

ebidel commented 8 years ago

Yea I think that would be better. We lose the ability to automatically pull the new featured sessions from the API, but I don't think they'll be changing much after today.

ebidel commented 8 years ago

@falcober @ldalepaves are going to get us a semi-final list of featured sessions we can hardcode. We agreed to randomize their order (current behavior in master) so they load in different places on every page load.

jcreech83 commented 8 years ago

Here's the list that was provided previously along with new FB session brought up yesterday. Any changes?

AN10: What's new in Android (Weds) FB14: Firebase Overview (Weds) VR1: VR at Google (Thurs) PL14: What's new in Google Play for Devs (Thurs) MW68: The Mobile Web State of the Union (Thurs) SR7: Google's Vision for Marchine Learning (Friday) Use Firebase analytics to build a brilliant app MW10: Building the Google I/O Web App: Launching a Progressive Web App on Google.com

ebidel commented 8 years ago

The session ids will be in https://events.google.com/io2016/api/v1/schedule

paulfarning commented 8 years ago

@ebidel If randomizing the order, is there still need to hardcode rather than pull from schedule.json data? I was asking earlier when sounded like wanted specific sessions to land in specific slots.

ebidel commented 8 years ago

That's true. Guess it's easier to keep pulling from schedule data. No changes need to be made, right?

On Fri, May 20, 2016, 12:23 PM Paul Farning notifications@github.com wrote:

@ebidel https://github.com/ebidel If randomizing the order, is there still need to hardcode rather than pull from schedule.json data? I was asking earlier when sounded like wanted specific sessions to land in specific slots.

— You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub https://github.com/GoogleChrome/ioweb2016/issues/996#issuecomment-220696351

paulfarning commented 8 years ago

PR with the other layout updates is in. Left the loading and arranging of feature sessions alone.