Headstart icon indicating copy to clipboard operation
Headstart copied to clipboard

Complete mediator implementation

Open pkraker opened this issue 9 years ago • 1 comments

Before we progress with improvements on the frontend, we should complete the mediator implementation. The goal is that there are no cross-module calls any more. All logic between modules should be handled by the mediator.

pkraker avatar May 27 '16 16:05 pkraker

Progress

PR #96:

  • Delegates many calls from papers/bubbles/list to mediator;
  • Adds render_list and render_bubbles option to default-config.js
  • Mediator now only calls papers/bubbles/list if configured.
  • Moves config from headstart to config
  • headstart.js was simplified

Bubblbu avatar Mar 07 '17 16:03 Bubblbu