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

feat: add soil metadata table to support soil selection feature #1562

Closed tm-ruxandra closed 5 hours ago

tm-ruxandra commented 1 day ago

Description

Add the ability to store metadata about soil data for sites in a new "site metadata" model. Expose a mutation for metadata, and include it in the queryable edges for sites.

Checklist

Related Issues

#2506

Verification steps

Run new unit tests. Verify other functionality through UI ticket.