klnusbaum / agenda-get

A program for retrieving city planning meeting agendas
GNU General Public License v2.0
0 stars 0 forks source link

Have a story for handling cancelled meetings #5

Open klnusbaum opened 4 years ago

klnusbaum commented 4 years ago

In some cities, if the meeting is cancelled, they'll just post an agenda saying so. In other cities, if the meeting is cancelled there's a whole other path of html parsing that we'll need to do. We need to come up with a comprehensive story around how we want to

a) detect that a meeting is cancelled (maybe this isn't necessary in the case that an agenda is posted anyway) b) decide what to output when a meeting is cancelled.