tdfischer / organizer

The answer is to get organized.
GNU Affero General Public License v3.0
17 stars 5 forks source link

Combine import and export semantics into a unified 'sync' framework #72

Open tdfischer opened 5 years ago

tdfischer commented 5 years ago

Should be able to just run one ./manage.py sync command, which runs all configured importers and exporters at once, allowing for conflict resolution between endpoints. Currently you can end up in a weird dependency loop between modifying things in airtable, importing it to organizer, modifying one field, then exporting it back but it overwrites everything else that was modified.