You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fixing #106we discovered that in the first 3 votes of the parliament, everyone is an independent.
Also, when someone joins the parliament they seem to be listed as independent for their first few votes too. Presumably it's before they've official joined their faction.
We don't support either of these because we need a Member record to associate the vote with. Our upstream Popolo data doesn't have this extra record either (and it doesn't seem practical to do it either - see everypolitician/everypolitician-data#1468 (comment)).
This reminds me of the unresolved upstream issue: openaustralia#4. As this issue also involves changing the underlying mechanisms for how the application and data works, it's highly unlikely we'll fix it as part of this initial project.
So far we know it's affecting:
The first 3 votes of the parliament, everyone is supposed to be Позафракційні
This stops the importer from dying when it encounters the corner case
where we don't have a member record for a person in the right party.
It also means that some votes will be attributed to the incorrect
party, see #110.
Fixes#106Fixes#107
When fixing #106 we discovered that in the first 3 votes of the parliament, everyone is an independent.
Also, when someone joins the parliament they seem to be listed as independent for their first few votes too. Presumably it's before they've official joined their faction.
We don't support either of these because we need a Member record to associate the vote with. Our upstream Popolo data doesn't have this extra record either (and it doesn't seem practical to do it either - see everypolitician/everypolitician-data#1468 (comment)).
This reminds me of the unresolved upstream issue: openaustralia#4. As this issue also involves changing the underlying mechanisms for how the application and data works, it's highly unlikely we'll fix it as part of this initial project.
So far we know it's affecting:
The text was updated successfully, but these errors were encountered: