Skip to content
jacquesd edited this page Nov 22, 2012 · 14 revisions

Suggestions

Add suggestions for the project below (do not change suggestions from others.)

URL Structure

  • / : Login / Sign Up screen for presenters.
  • /:user : Profile page
  • /:user/admin : Display and control slides when it is broadcast.
  • /:user/stats : Display stats about slides currently broadcast. Nb of viewers, audience participation, ...
  • /:user/live : Display and follow the slides, answer questions as they come.
  • /:user/edit/:presentation : Questions editor for the slides. (Optional)

Presentation Upload Structure

Upload a single folder whose name will be used as the slides title. (Can be changed later on.)
The folder has the following structure:

  • Folder (Slides title):
    • index.html Only contains the div="impress" part of the impress slides not a full html page. Eventually could be changed to index.ejs or impress.ejs.
    • style.css (style used for your impress slides)
    • img:
      • image files for the slides
      • ...
    • questions.json : JSON object containing a list of all questions for those slides
    • no js files allowed (they will be discarded).
Clone this wiki locally