Page MenuHomePhabricator

Separate code from presentation in round-trip testing server
Closed, ResolvedPublic

Description

The current code for the round-trip testing server generates the results UI concatenating strings of HTML.

It'd be great to use a templating system for this, to

  • separate the code from the presentation, and
  • experiment, if possible, with DOM-based templating for future work.

This will also make it easier to improve the results UI.


Version: unspecified
Severity: enhancement

Details

Reference
bz56785

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:20 AM
bzimport added a project: Parsoid-Tests.
bzimport set Reference to bz56785.