Add demographics to database export & spreadsheet import
Bug #675662 reported by
Tom Hoffman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SchoolTool |
Fix Released
|
High
|
Douglas Cerna |
Bug Description
I was able to recover much information from the file. I was hoping for a
little more details under the *person* tab. I only got the user name, first
name and Last name. All the other fields like gender, ethnicity, etc were
left blank. So our taks is now ahead of us to piece together the missing
data. However this help certainly makes the task much easier.
Changed in schooltool: | |
assignee: | nobody → Douglas Cerna (replaceafill) |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 1.5.3 |
Changed in schooltool: | |
status: | Incomplete → Fix Released |
milestone: | 1.5.4 → none |
To post a comment you must log in.
Looking at the code and after installing and testing SchoolTool 0.11.2-1 in my Edubuntu 5 VM, I only see the following attributes under "Details" for a person:
- Nickname (A short nickname for this person.)
- Primary Email
- Secondary Email
- Primary phone
- Secondary phone
- Mailing address
- Website
I can't find code in 0.11.4 referring to gender, ethnicity or any other demographics attribute useful to populate the "Persons" sheet in the generated XLS. I see no useful attributes there to import back to a recent version of SchoolTool.
Am I missing something? Should we just dump these "Details" attributes in an extra sheet like Justas suggested?