OpenMontana / montana-legislature-council-data-project

Mozilla Public License 2.0
2 stars 1 forks source link

MT Legislature Tracker App Needs CDP Event ID and External Source ID #11

Closed whargrove closed 1 year ago

whargrove commented 2 years ago

Problem

The MT Legislature Tracker app displays links to the sliq recordings for each bill action. We want to link to this CDP instance instead.

Solution

The returned JSON would look something like this:

[
  {
    "event_id": "f3c15ea68978"
    "external_source_id": "http://sg001-harmony.sliq.net/00309/Harmony/en/PowerBrowser/PowerBrowserV2/20170221/-1/41847?agendaId=224268"
  },
  ...
]

Bonus points: