nss-evening-cohort-3 / capstones

Capstones of Cohort E3
1 stars 0 forks source link

Muni-Tracker #8

Open madduxTim opened 7 years ago

madduxTim commented 7 years ago

Explanation of value: I have noticed after having attended a couple meetings of both the State General Assembly and the Nashville Metro Council that there seems to be a lot more organization around how legislation at the state level is presented and what the state website offers in terms of interactivity. I would like to create a ASP.NET MVC web application that organizes Metro Council's ordinances and resolutions more cleanly and allows users (expressly, concerned voters in Nashville) to track ordinances and resolutions at the municipal level as they are allowed to at the state level using the site's "My bills" system. I want to first write a scrape routine that gathers all current bills from Metro's website. I have already written a practice console app using "Web Client Class" that accomplishes this remarkably easily. Next I want to use regular expression matching to tease apart each ordinance for things like sponsor, title, proposed changes, etc. After that I would like to build my models around these scraped ordinances and resolutions and finally create an API which can serve the web application data.

List of base features:

Stretch goals:

jcockhren commented 7 years ago

@madduxTim I think this is a great idea! Let's talk more about this today before approval.

madduxTim commented 7 years ago

@jcockhren Thank you. I'm really excited about it. I'm ready to talk whenever you are ready.