Skip to content

More talks from ... lists

Peter Shaw edited this page Jan 14, 2016 · 2 revisions

Description

At the bottom of every detail page there is a shelf-row of video contents from the same event. In the same manner other shelf-row should appear:

1) More from the speaker
    - if there is more than one content available.

2) More by this topic

Implementation details

The information for the lists should come from the swift stack. For every list there should be a function that returns the information. It should be implemented in the same way as:

func getConferences(fn: JSValue) -> Array<Dictionary<String, String>> {

The functions that are available through javascript are located in the Export folder.