-
-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
requested by https://github.com/ctmay4
When I have an entity I would like to show the full history of that entity. That would include the date it was added to the database. For example, I would like to produce this:
commit 3.0, author:me@here.com, Dec 15, 2014 3:35:43 PM
changed object: entities.Table/548f461f102c171a9c5884fc
value changed on 'notes' property: 'Some notes' -> 'Changed notes'
value changed on 'footnotes' property: 'null' -> 'A footnote'
commit 2.0, author:me@here.com, Dec 15, 2014 3:35:43 PM
changed object: entities.Table/548f461f102c171a9c5884fc
value changed on 'notes' property: 'null' -> 'Some notes'
commit 1.0, author:me@here.com, Dec 13, 2014 3:35:43 PM
added object: entities.Table/548f461f102c171a9c5884fc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels