chicommons / maps

MIT License
5 stars 18 forks source link

Backend: Need a database table to track coop changes #152

Open laredotornado opened 2 years ago

laredotornado commented 2 years ago

We are migrating to a model where coop entity owners can propose changes to entities that we have in our db. An admin will approve these changes. But we need a table to track these changes. The fields needed will be

This will involve creating a Django migration that will create the db table.

SteveEdiger commented 2 years ago

Thanks, Dave.  I suggest adding date requested and date approved, which will give us the beginnings of an audit trail. Steve EdigerFounding Worker-Owner, ChiCommons LWCAwww.chicommons.coop ---- On Thu, 30 Sep 2021 21:11:21 -0500 @.*** wrote ---- We are migrating to a model where coop entity owners can propose changes to entities that we have in our db. An admin will approve these changes. But we need a table to track these changes. The fields needed will be

Field name Old value New Value

This will involve creating a Django migration that will create the db table.

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.

maxgraziano commented 4 months ago

Fixed in '3.1-model-refactor'.