jkirk / coronavirus-infos

Track changes of https://www.sozialministerium.at/Informationen-zum-Coronavirus
MIT License
0 stars 1 forks source link

Make the diff/changes visual appealing #3

Open jkirk opened 4 years ago

jkirk commented 4 years ago

Looking at the diff of the sites is not very nice for the user:

https://github.com/jkirk/coronavirus-infos/commit/57e658cc1558f07348870188439683b50aa687dd

Any idea on how to render the changes, so we do not have to look at the source? /cc @360path

360path commented 4 years ago

There are many tools available already, actually. Had a look at two of them: https://changetower.com/ https://www.wachete.com/ Nice features.

There are also open source tools: https://github.com/edgi-govdata-archiving/awesome-website-change-monitoring

Maybe integrate one of these? 🤷‍♂️

360path commented 4 years ago

Free tool for inspiration 😉 https://visualping.io/

360path commented 4 years ago

You could wrap additions in a <ins> tag and deletions in a <del> tag. See a test with visualping as an example:

image

https://visualping.io/ccache/_vol_8/_data_840/840132/840132-a0492d89ff12ae8e018517003bc6e387.html

An CSS style would also need to be added to the head, so that ins and del are visually highlighted.