openstates / issues

Having trouble? Looking to contribute? Issues live here!
15 stars 2 forks source link

AL: Add Bills to Events #1169

Closed NewAgeAirbender closed 6 months ago

NewAgeAirbender commented 6 months ago

On the AL legislative site, you can see upcoming events and the bills on their agendas on this page. We’d expect bills that show up on agendas to have an event created for that bill in Open States.

The request that that page makes is below & does return the Bill Ids as InstrumentNbr so should be able to attach them to Events as related bills.

{ "query": "{hearingsMeetingsDetails(eventType:\"meeting\", body:\"\", keyword:\"\", toDate:\"3000-03-04\", fromDate:\"2024-03-04\", sortTime:\"\", direction:\"ASC\", orderBy:\"SortTime\", ){EventDt,EventTm,Location,EventTitle,EventDesc,Body,DeadlineDt,PublicHearing,LiveStream,Committee,AgendaUrl,SortTime,OidMeeting, Sponsor, InstrumentNbr, ShortTitle, OidInstrument, SessionType, SessionYear}}", "operationName": "", "variables": [] }

braykuka commented 6 months ago

@NewAgeAirbender I will work on it.