mysociety / citizenconnect

Citizen Connect project for the NHS: reporting problems, leaving reviews
https://www.nhs.uk/careconnect/choices
Other
1 stars 0 forks source link

Add a better display of the revision history for a problem #1293

Open stevenday opened 10 years ago

stevenday commented 10 years ago

Displaying some kind of timeline of what fields changed in each revision would probably be the most useful, as our most common reason for inspecting it is to answer a question like "When did X happen?".

We already have some helper functions for doing this on the public side, but the display there is only concerned with a few fields. A page that gets added to the Django admin for problems alongside django_reversion's "History" link would probably be the best place for a fuller view.