tomay / rebioma

Automatically exported from code.google.com/p/rebioma
0 stars 0 forks source link

owner email saved with occurrences #419

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, owner email is saved with occurrences on upload. This means that if 
a user changes her/his email address, this change does not apply to the email 
address saved in occurrences. (*Note method for changing email for admin and 
researcher may be different)

Two possible solutions:
1. In the UI look up the owner email from User table and display that instead 
of the value in the occurrence table
2. Change occurrences table data whenever email is changed 

The first is easier and faster, but means that email will not be included when 
data are downloaded (unless this is also looked up in User table and written to 
the csv on download, rather than just taken from the occurrence table)

Original issue reported on code.google.com by tom.alln...@gmail.com on 17 Feb 2012 at 5:46