mstenta / farm_sync

Drupal 8 module with features for synchronizing records from farmOS into the local database.
1 stars 0 forks source link

Add support for other record types #1

Open mstenta opened 5 years ago

mstenta commented 5 years ago

This module currently only supports syncing areas from farmOS into the local database (and only limited fields from areas). We should provide support for syncing other record types, like assets, logs, and people. This would involve adding database tables for each record type, with a set of columns that make sense for each.

The database tables should be name "farmsync[record-name]" (eg: farm_sync_areas).

Additional checkboxes, and type-specific options, can be added to the sync form.