BuildCanada / BuildCanada/OutcomeTrackerAPI

Add Bill Scraping from LegisInfo

Abierto
#27 3 comentarios 0 reacciones 1 asignado Reclamado por @jameslong Ver en GitHub
Lenguaje dominante
Ruby
Estrellas
5
Forks
10
Merge medio
5 min
PR fusionados (30 d)
3

Descripción

We want to track relevant bills as they go through the legislative process. They should show up as evidence in the timeline.

![Image](https://github.com/user-attachments/assets/bc4f3ede-c36c-42a6-af6f-507b0fb66aec)

This requires three things:

1) Creating a feed that scrapes bills, their text, amendments and their progress from LegisInfo (they have an api: `https://www.parl.ca/legisinfo/en/bills/json`). Don't create Entries here, create new models to track bills specifically.

2) Linking those bills to promises

3) Create another model called `BillMovement` that tracks the progress through parliament and it should also track amendments to bill at each stage. This is what should be shown in the evidence view on the app.

We want bill tracking to be separate from entries so we can build other functionality with the raw bill data in the future.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.