Page MenuHomePhabricator

[Spike] How can we render custom diffs for Jade pages?
Closed, ResolvedPublic

Description

We would like to not show people JSON. Instead we'd like to do something like what Wikidata does and render structured diffs for Jade Pages. How does that work? How hard is it? What kind of approach would allow us to render a structured diff of an arbitrary pair of Jade page revisions?

Event Timeline

Halfak triaged this task as Medium priority.Apr 20 2020, 5:14 PM
Halfak created this task.
Halfak moved this task from Unsorted to Ready to go on the Machine-Learning-Team board.
ACraze claimed this task.
ACraze subscribed.

This is certainly do-able by hooking in to our custom EntityDiffBuilder class. We would just need to develop an algorithm and corresponding JS components.