Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🇺🇸 📰 Track the legislative activities of the Ohio General Assembly.

NotificationsYou must be signed in to change notification settings

JesseHerrick/ohio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ohio is a simple way of tracking the Ohio legislature as if it were a simple social media feed.

Working with the Ohio General Assembly's Data

The Ohio General Assembly's backend is open, but not well-documented. The goal of this app is to make that data even more accessible. In general, the API looks like this:

http://search-prod.lis.state.oh.us/solarapi/v1/general_assembly_133/bills/hb16/IN/00?format=json

Application Data Model Design

A general outline of how I intend to model the Ohio General Assembly's data in this application.

  • General Assembly
    • Attributes:
      • Number: e.g. 133
      • API Slug: e.g./solarapi/v1/general_assembly_133
    • Chamber
      • Attributes:
        • Name: House/Senate
        • Bills: Integer
        • API Slug: e.g./solarapi/v1/general_assembly_133/chamber/House
      • Legislator(s)
        • Attributes:
          • Name: String
          • Website: String
          • API Slug: String
        • Vote(s)
          • LegislatorVote
            • Attributes:
              • Legislator ID: Integer
              • Vote ID: Integer
        • Assignment(s)
          • Attributes:
            • Committee ID: Integer
            • Legislator ID: Integer
      • Committee(s)
        • Assignment(s)
          • Attributes: See above.
      • Bill(s)/Resolution(s)
        • Vote(s)
          • Attributes:
            • Position: String (yea, nay, present)
          • LegislatorVote
            • Attributes: See above.

About

🇺🇸 📰 Track the legislative activities of the Ohio General Assembly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp