Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misgendering life events and wrong event type. #123

Closed
aidanw opened this issue Mar 22, 2018 · 0 comments
Closed

Misgendering life events and wrong event type. #123

aidanw opened this issue Mar 22, 2018 · 0 comments

Comments

@aidanw
Copy link
Collaborator

aidanw commented Mar 22, 2018

I have created a female mongoose
When I look in the database using this query

select * from sync_entity  se
join sync_value_varchar svv on svv.entity_id = se.entity_id
where se.unique_id = 'Aidan-1520431257:136148'

I see the 'gender' field is 'female'

I gave her a 'birth' life event.

When I query for the life event using this query (note same unique id for the individual)

select * from stream_entity se 
join stream_value_varchar svv on svv.entity_id = se.entity_id
where se.entity_type = 'lifehist-event'

I see that the 'type' is set to 'male'

Also the type of event I sent was 'birth' but the event I received was 'adied'

@nebogeo nebogeo closed this as completed in 4ca61f6 Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant