archesproject / arches

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
GNU Affero General Public License v3.0
210 stars 139 forks source link

Isolate controlled lists into separate django app #11072

Open jacobtylerwalls opened 2 weeks ago

jacobtylerwalls commented 2 weeks ago

Description of Change

These models and views were siloed enough that it raises the question of whether they should be isolated in the django app registry as well to facilitate independent migrations, etc.

TODO:

jacobtylerwalls commented 1 week ago

@johnatawnclementawn Heads up, the table names changed in the latest, so the __arches_migrate_collections_to_clm function needs an update when you have a chance. Thanks.