sfu-dhil / wphp

Women's Print History Project database front end.
https://womensprinthistoryproject.com/
GNU General Public License v2.0
1 stars 8 forks source link

Add created/updated timestamps to everything #304

Closed ubermichael closed 2 years ago

ubermichael commented 2 years ago

Describe the feature

As requested:

I think it would be helpful to keep track of it going forward,. If it could be done for all records (firms, persons, titles), with a date created and date updated field that would be excellent. It would only be for our use, so we would like the new fields to be hidden.

How will this feature enhance your project and further the project’s overall goals? Who will benefit from this feature (i.e. all users; the project team)?

More metadata is good.

Are there any alternatives for this feature? Are there any consequences for your project if this feature is not implemented?

na

Please share any examples of this feature, or one similar to it, that you have encountered in other contexts.

All the other Symfony projects do this by extending AbstractEntity. So do that!

Additional information

No response