Metro-Records / la-metro-councilmatic

:metro: An instance of councilmatic for LA Metro
MIT License
6 stars 2 forks source link

Board/Committee Member Title Edit Feature #1025

Closed neilarellano closed 1 year ago

neilarellano commented 1 year ago

Can we discuss getting a feature where we can edit Board/Committee Member Titles - similar to how we can edit member's bio?

hancush commented 1 year ago

@neilarellano We had the exact same thought! Love this idea.

hancush commented 1 year ago

HCG to check whether link between member and area of representation is from Legistar or manually defined in app. If the latter, it would be great for Metro to also be able to manage that.

hancush commented 1 year ago

Board member titles are currently defined on the scraper. We use them to create posts, which are records of a particular position within a legislative body:

Post records are independent of the person holding a position. Instead, they define the possible positions within an organization that are filled by its members.

Each post is associated with a division, which is a political geography. Each division is assigned a division identifier in the scraper, then the actual geographic shape of the division is associated by the app. This is what shows up on the map.

The Metro board is always made up of:

In recent years, there has also been a (non-voting) appointee by the governor. This structure rarely, if ever, changes. (Is that right, @shrayshray?) It does not make sense to make this manageable, because there are no changes to manage.

Some things have changed, though:

It makes sense to make these things manageable, so they can be updated without DataMade's intervention. Are there other (relatively) frequent changes we want to account for?

shrayshray commented 1 year ago

@hancush confirming the structure of the Metro board members "rarely, if ever, changes". It is defined by California Public Utilities Code Section 130051, which was last amended in 1997 and does include a nonvoting member appointed by the Governor - for recent history, this appointee has been the Director of CalTrans District 7.

hancush commented 1 year ago

Move post assignment from scraper to app admin. Look into geography management.

shrayshray commented 1 year ago

All Board members now have their title in their Legistar > People "Notes" field.

hancush commented 1 year ago

Superseded by #1045, #1046