Skip to content

WIP: Refactor contributor graph

What does this MR do?

Heavily refactors the contributor stat graph.

This is actually more than a refactor, it changes some logic.

It uses ES6 classes instead of JS's poor substitution for OO. It uses lambdas instead of the function(_this){ function... }(scope) pattern.

More info coming later.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by griest

Merge request reports