syd711 / vpin-studio

Competition, table, and player management for VPins.
MIT License
32 stars 2 forks source link

[Feature Request] Support Table Actions Log #463

Closed syd711 closed 1 month ago

syd711 commented 1 month ago

zestef — Today at 4:05 PM Hello, Two feature requests (a simple and more complex one): Simple : Add, on the "All Tables" Tab, a new column that will display "Date Updated" (when I've modified something on my table : rom, alt color, alt sound, vpx, b2s, ...) Complex : get an history/activity log off the table (09/11/24 - Alt Color Rom Updated / 08/23/24 - VPX Replaced / ....) I don't know if it's possible for these two requests as I think VpinStudio don't manage his own database to store these type of informations (maybe by using a field in pinup popper database)

leprinco commented 1 month ago

Partially implemented, added in branch 3.6 the last update column + ability to show / hide the column in UI settings The last update date is coming from frontend and mostly represent modification of the tabl iteself

to be discuss how to monitor all changes and add them in audit trail

syd711 commented 1 month ago

The "Date Upated" has been added. The audit trail is a won't fix.