pas.utils
Functions
|
|
Get all parliamentarians who were active and had settlements during the |
|
Get all parties that had active members with attendances during the |
|
|
Debug function to trace party export data retrieval |
|
Module Contents
- pas.utils.get_parliamentarians_with_settlements(session: sqlalchemy.orm.Session, start_date: datetime.date, end_date: datetime.date) list[onegov.pas.models.parliamentarian.Parliamentarian] [source]
Get all parliamentarians who were active and had settlements during the specified period.
- pas.utils.get_parties_with_settlements(session: sqlalchemy.orm.Session, start_date: datetime.date, end_date: datetime.date) list[onegov.pas.models.party.Party] [source]
Get all parties that had active members with attendances during the specified period.
This function ensures accurate party filtering by checking that parliamentarians were active members of their party at the time of each attendance, properly handling cases where parliamentarians switch parties or have changing membership dates.