flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

Show app-db changes which was made by selected event #42

Closed flexsurfer closed 6 years ago

flexsurfer commented 6 years ago

In current implementation if you click on event in the left panel list, you can see event vector in separate panel, it would be good also to see the app-db data which was changed by this event, for example, if we had app-db

{:a 1 :b 3}

and selected event changed :b key on 4 we should see

{:b 4}

so it should be a difference of app-db before this event and after

This task should be done for both re-frisk and re-frisk-remote (https://github.com/flexsurfer/re-frisk-remote/issues/4)

dottedmag commented 6 years ago

I'll take a stab at implementing this one.

dottedmag commented 6 years ago

Also flexsurfer/re-frisk-remote#5 – I need advice on how to avoid code duplication though.