dukecon / dukecon_pwa

This provides a conference planner for example for the JavaLand Conference
http://dukecon.org/
MIT License
6 stars 5 forks source link

Show slides and additional documents for each talk #20

Closed steffchep closed 6 years ago

steffchep commented 6 years ago

There should be links to Presentation (Presentation), Manuscript (Manuskript) and Andere (Other).

See https://github.com/dukecon/dukecon_html5/issues/116 und https://redmine.doag.org/issues/4402

ahus1 commented 6 years ago

Sample from JSON JavaLand 2017

https://latest.dukecon.org/pwa/javaland/2017/rest/conferences/javaland2017

      "documents": {
        "slides": "https://www.javaland.eu/formes/pubfiles/8890453/2017-nn-kristian_kottke-ich_bin_dein_nachbar___graphenverarbeitung_mit_apache_flink-praesentation.pdf",
        "manuscript": null,
        "other": null
      }
ahus1 commented 6 years ago

There is now a first preview-version available. Once the user clicks the link, the document opens in a new tab.

This one still needs some love regarding CSS and maybe another layout idea.

https://latest.dukecon.org/pwa/javaland/2017/#/scheduledEvent/529221

download_example

ascheman commented 6 years ago

Please beautify the CSS a little more @steffchep

steffchep commented 6 years ago

Done, see https://github.com/dukecon/dukecon_pwa/commit/d347909190406b2e17525e1ec377e1d39749ba34 (forgot to add ticket number there)