Guest User

Untitled

a guest
Jan 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. 1. Assemble `web_info` by iterating over table cells parsed from Legistar GUI
  2.  
  3. 2. Assemble terms by iterating over City Council terms from Legistar API,
  4. adding members to the `web_info` dict as we go
  5.  
  6. 3. Assemble `members` by iterating over `terms`, storing names as keys, and
  7. Person objects, loaded with memberships for each City Council term, as values
  8.  
  9. 4. Continue to assemble `members` by iterating over body offices for each
  10. committee, storing memberships on the appropriate Person objects (or minting
  11. new ones where they don't exist) as we go
Add Comment
Please, Sign In to add comment