hasadna / knesset-data

APIs and documentation to allow getting data from the Israeli Parliament (Knesset)
MIT License
11 stars 12 forks source link

there is no way to know which member voted on which vote (using the knesset dataservice api) #17

Closed OriHoch closed 7 years ago

OriHoch commented 8 years ago

the VotesData.svc/vote_rslts_kmmbr_shadow entity is supposed to show which member voted on which vote. But there is only a member id which appears like it's not linked to anywhere.

This entity should contain a field with member_id relating to KnessetMembersData.svc/View_mk_individual

OriHoch commented 8 years ago

Record of email correspondence with Knesset:

Sent: Feb 7, 2016 | From: @OriHoch To: Knesset Contact

בגלל שאין תיעוד לממשק הנתונים אז אני לא יודע אם זה באג או שזה משהו שלא פותח. בכל אופן, אנחנו רוצים למשוך נתוני הצבעות ונראה שאין דרך לדעת בדיוק איזה ח"כ הצביע ובאיזה אופן עבור כל הצבעה להלן הבאג הרלוונטי במערכת שלנו

Omerle commented 8 years ago

take a look at this website: http://www.azlemi.org.il/ which is based on the data from open knesset: https://oknesset.org/vote/652/ it seems like they could pull of who voted for what. or are these votes in commitees and than there is another interface to work with?

the developer of the site I mentioned abouve is Yair Chucem and you can find it in my facebook friends Omer Lewy

OriHoch commented 8 years ago

yes, I am a developer of Open Knesset :) we are getting the votes from scraping the html of the votes page, you can see that scraper here

However, we want to stop using the html for the data and instead get it in a standard way using the official knesset API

OriHoch commented 8 years ago
Sent: Feb 22, 2016 | From: @OriHoch To: Knesset Contact

אני מזכיר שיש עדיין באג חמור בממשק ההצבעות שדיווחתי עליו לפני שבועיים ועדיין לא קיבלנו עליו תשובה כלשהי
כרגע אין אפשרות לדעת את פילוח ההצבעה לפי כל ח"כ - ניתן לדעת רק את הסיכום של כמה הצביעו בעד/נגד אבל אין אפשרות לדעת איך כל ח"כ ספציפי הצביע או בכלל איזה ח"כים השתתפו בהצבעה
הפרטים הטכניים נמצאים כאן:
https://github.com/hasadna/knesset-data/issues/17

OriHoch commented 8 years ago
Sent: Mar 6, 2016 | From: @OriHoch To: Knesset Contact

יש הרבה באגים חמורים נוספים שעדיין לא החזרתם לנו תשובה לגביהם:
(link to this bug)

OriHoch commented 7 years ago

less relevant with the new API