|
|
3 gadi atpakaļ | |
|---|---|---|
| pr-legislation | 3 gadi atpakaļ | |
| render-html | 3 gadi atpakaļ | |
| translate | 3 gadi atpakaļ | |
| .gitignore | 3 gadi atpakaļ | |
| readme.md | 3 gadi atpakaļ |
Making the legislation process in puerto rico more transparent
http://www.tucamarapr.org/dnncamara/web/ActividadLegislativa/tramitelegislativo.aspx?measureid=XXXX
contents to be retrieved and stored as JSON files to be processed later save as documents/{measure_name}.es.json
measure {
Measure Name :: string
Date Filed :: date
Authors :: string[]
Heading :: string
History :: History[]
}
History {
Date :: date
Description :: string
Document :: string (url)
}
save contents to folders documents/{measure_name}/{history_date}.{history_description}.pdf
translate documents/{measure_name}.es.json into documents/{measure_name}.en.json
index page for es/en filter by measure id/heading substring/authors
convert json files into static html files for es/en