Currently the instance async task default the synced form instances InstanceProviderAPI.STATUS_COMPLETE as the status. I think we want to give the user the preference to sync it as either complete or incomplete.
The preference I think should be a boolean and apply this value to the InstanceSyncTask.
This preference should also be hidable in Admin Preferences.
To whoever does this: The hiding is now done using an array in AdminKeys.java: adminToGeneral.
@yanokwa I would like to handle this issue.
@shobhitagarwal1612 Please start when #485 is merged.
Most helpful comment
To whoever does this: The hiding is now done using an array in
AdminKeys.java:adminToGeneral.