techmatters / terraso-backend

A Django project that powers the backend of Terraso platform.
GNU Affero General Public License v3.0
21 stars 4 forks source link

Update audit log whenever depth intervals are created #916

Closed ltseng closed 4 days ago

ltseng commented 11 months ago

Depth intervals can be created at the project level, i.e. for all sites within a project, or at the site level, i.e. each site in a project can have its own depth intervals. We need to track in the audit log whenever depth intervals are created/edited/deleted in each of the preceding scenarios.

ltseng commented 8 months ago

@david-code is this a task that you would be able to complete before you leave?