Skip to content

Move the user interface portions of this repository into the main Audimance repo #4

Description

@colinbdclark

The HTML templates, JavaScript, and CSS in this repository are now essentially the default user interface for Audimance. We should consider migrating all the performance-agnostic parts here to the audimance repository so they won't have to be duplicated for future performances (such as The Next TiMEs).

The parts that are currently performance-specific here are:

  1. views/index.html, which is a plain HTML page (no server side templating) containing the audio program for Descent
  2. agenda.yaml, which of course contains all the Descent-specific audio cues and spatial layout coordinates

For the first, we could consider rendering the program view from configuration, either in the agenda.yaml itself or a separate file. Alternatively, sticking with plain HTML would give a bit more room for production-specific presentations, though we'll need some mechanism (or convention) to specify to the Audimance server where to load that particular view from.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions