Dev4X / oppia

Automatically exported from code.google.com/p/oppia
Apache License 2.0
0 stars 0 forks source link

Consolidate methods for summarizing changelists #848

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

This is a code health issue.

We have functionality for creating a changelist summary in the backend (where 
we show the creator what states have changed, what states have been added, etc.)

We also have functionality for creating a changelist summary in the frontend, 
in the editor history tab -- where we have different colours for determining 
which states have been added, which states have changed, etc.

These two pieces of functionality should be combined in order to avoid code 
skew.

Original issue reported on code.google.com by s...@google.com on 8 Jul 2015 at 5:17