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

People entries have duplicated/wrong entries in committees. #5

Open
martinszy opened this issue Jun 2, 2014 · 2 comments
Open

People entries have duplicated/wrong entries in committees. #5

martinszy opened this issue Jun 2, 2014 · 2 comments

Comments

@martinszy
Copy link

Example:

{"pictureUrl":"http://www4.hcdn.gob.ar/fotos/wsantillan_medium.jpg",
"name":"SANTILLAN, WALTER MARCELO",
"user":"wsantillan",
"email":"[email protected]",
"district":"TUCUMAN",
"start":"10/12/2011",
"end":"09/12/2015",
"party":"FRENTE PARA LA VICTORIA - PJ",
"role":"legislative",
"committees":[
{"id":"camunicipale","name":"ASUNTOS MUNICIPALES","position":"vicepresidente 1º"},
{"id":"ccultur","name":"CULTURA","position":"secretario"},
{"id":"cceinformatic","name":"COMUNICACIONES E INFORMATICA","position":"vocal"},
{"id":"cdhygarantia","name":"DERECHOS HUMANOS Y GARANTIAS","position":"vocal"},
{"id":"ceydregiona","name":"ECONOMIAS Y DESARROLLO REGIONAL","position":"vocal"},
{"id":"cltrabaj","name":"LEGISLACION DEL TRABAJO","position":"vocal"},
{"id":"copublica","name":"OBRAS PUBLICAS","position":"vocal"},
{"id":"cpyssocia","name":"PREVISION Y SEGURIDAD SOCIAL","position":"vocal"},
{"name":"","position":"COMUNICACIONES E INFORMATICA"},
{"name":"","position":"LEGISLACION DEL TRABAJO"},
{"name":"","position":"LEGISLACION DEL TRABAJO"}
]
}

See last three entries.

@seykron
Copy link
Owner

seykron commented Jun 14, 2014

Seems to be fixed in 1.3.0, please check.

@martinszy
Copy link
Author

Now it's greatly improved. But there's still one that's repeated (the last one)

{
"pictureUrl":"http://www4.hcdn.gob.ar/fotos/wsantillan_medium.jpg",
"name":"SANTILLAN, WALTER MARCELO",
"user":"wsantillan",
"email":"[email protected]",
"district":"TUCUMAN",
"start":"2011-12-10T03:00:00.000Z",
"end":"2015-12-09T03:00:00.000Z",
"party":"FRENTE PARA LA VICTORIA - PJ",
"role":"legislative",
"committees":[
{
"id":"camunicipale",
"name":"ASUNTOS MUNICIPALES",
"position":"vicepresidente 1º"
},
{
"id":"ccultur",
"name":"CULTURA",
"position":"secretario"
},
{
"id":"cceinformatic",
"name":"COMUNICACIONES E INFORMATICA",
"position":"vocal"
},
{
"id":"cdhygarantia",
"name":"DERECHOS HUMANOS Y GARANTIAS",
"position":"vocal"
},
{
"id":"ceydregiona",
"name":"ECONOMIAS Y DESARROLLO REGIONAL",
"position":"vocal"
},
{
"id":"cltrabaj",
"name":"LEGISLACION DEL TRABAJO",
"position":"vocal"
},
{
"id":"copublica",
"name":"OBRAS PUBLICAS",
"position":"vocal"
},
{
"id":"cpyssocia",
"name":"PREVISION Y SEGURIDAD SOCIAL",
"position":"vocal"
},
{
"name":"",
"position":"DERECHOS HUMANOS Y GARANTIAS"
}
]
}

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

2 participants