gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

Add Import/Export for user accounts #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add an import/export for BDRS user accounts that allows user accounts to be 
transferred from one BDRS to another.  This includes user metadata but does not 
include user locations.  In the case where a user account with the same name 
already exists, do not overwrite the account, but return a message that the 
account already exists and was not replaced.

Original issue reported on code.google.com by stepha...@gaiaresources.com.au on 19 Apr 2012 at 8:47

GoogleCodeExporter commented 9 years ago
Will add options to the "Edit Users" page for import users and export users.

A UserImportExportService will be created that reuses parts of 
SurveyImportExportService to do the import/export of users in the same way as 
surveys.

Original comment by stepha...@gaiaresources.com.au on 19 Apr 2012 at 8:54

GoogleCodeExporter commented 9 years ago
No Records, Locations, or Metadata will be exported/imported.  The user 
metadata was left out because the metadata that is recorded is tied to Location 
so importing it may be a problem.

Original comment by stepha...@gaiaresources.com.au on 20 Apr 2012 at 6:51

GoogleCodeExporter commented 9 years ago
Metadata was exported after all because the default location does not matter if 
it does not exist.

Fixed in r264.

Original comment by stepha...@gaiaresources.com.au on 22 Apr 2012 at 6:43