ferrisoxide / brocade.io

Open GTIN / barcode & product database
https://www.brocade.io
GNU Affero General Public License v3.0
113 stars 6 forks source link

Replace PaperTrail with Logidze #108

Open ferrisoxide opened 1 year ago

ferrisoxide commented 1 year ago

Logidze might be a better solution for maintaining an audit trail than the exisiting PaperTrail gem. It uses triggers to maintain the delta, and stores the data inside the affected record. It should be faster and simpler than PaperTrail.

Not an urgent issue, as we only have ~200 actual changes recorded for products. But it might become important going forward.