nonsensicalthinking / planttracker

Plant Tracker is a free Android Phone App for tracking your plant grows. Keeps track of waterings, feedings, custom events and clone lineage. Future implementations will include scheduled reminders, data point graphing and a desktop app for more plant analysis, looking at integrating automated sensor data collection.
GNU General Public License v3.0
16 stars 6 forks source link

Implement Import/Export of plant data #7

Closed nonsensicalthinking closed 6 years ago

nonsensicalthinking commented 6 years ago

Implement importing and exporting of plant data as json. Figure out a practical way to transfer the images for the plants, archives will be quite large, too large to email.

Import options... From downloads From internal storage

Export options... To downloads To internal storage To email (with conditions?)

Requirements update 2/9/2018: When exporting data, include a required items list containing copies of:

When importing data, if the required items list contains any items by Id which are not part of the importing system, they will be created automatically.

nonsensicalthinking commented 6 years ago

Added basic exporting in commit bc376865f8ce4268a1ef99c3757c298039e70d1a

nonsensicalthinking commented 6 years ago

Import & Export functionality added as of commit 5d52de0acce0a043327e65263900b6c3f68fff55