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
It would probably be worth adding an application and models for attendance data (analagous to the bills application), and make sure that it is at least generic enough to support the attendance data from Ghana and South Africa, since it's not as straightforward as one might think (e.g. Ghana has "present", "absent", "absent with permissions"; while the South Africa data records some other information about attendance.)
Once the attendance data is available via Django models it'd be easy to make it available via an API as well (see #1817)
The text was updated successfully, but these errors were encountered:
@idesouza told me about the work they'd been doing on attendance data for MPs in Ghana - there's a blog post here:
http://blog.odekro.org/2015/09/16/what-has-your-mp-done-for-you-analysing-mps-effectiveness-between-january-2013-july-2014/
We've also been working on adding attendance data to People's Assembly (using the Code4SA API and caching the results, rather than storing it in the database).
It would probably be worth adding an application and models for attendance data (analagous to the
bills
application), and make sure that it is at least generic enough to support the attendance data from Ghana and South Africa, since it's not as straightforward as one might think (e.g. Ghana has "present", "absent", "absent with permissions"; while the South Africa data records some other information about attendance.)Once the attendance data is available via Django models it'd be easy to make it available via an API as well (see #1817)
The text was updated successfully, but these errors were encountered: