Skip to content

Listing newObject event on change history #73

@bartoszwalacik

Description

@bartoszwalacik

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions