fecgov / fec-eregs

The Federal Election Commission's web-based application that makes regulations easier to find, read and understand.
https://www.fec.gov/regulations/
Other
33 stars 13 forks source link

Load the 2021 11 CFR into e-regs #580

Closed kathycarothers closed 3 years ago

kathycarothers commented 3 years ago

What we are after

Making sure the newest version (2021) of 11 CFR is parsed into e-regs

GPO links to different formats: will add link here when available

Content Team will put in changes in for the new regs so we know what to look for.

Completion criteria

Tech considerations

patphongs commented 3 years ago

New 2021 regs are not out yet, moving to 14.6. https://www.govinfo.gov/bulkdata/CFR

dorothyyeager commented 3 years ago

Just checked, no 2021 regs yet, safe to move to 15.1.

dorothyyeager commented 3 years ago

Just checked, no 2021 regs online yet. Safe to move to 15.2

pkfec commented 3 years ago

Still waiting for 2021 regs to be published here -https://www.govinfo.gov/bulkdata/CFR

patphongs commented 3 years ago

2021 eregs bulk data has been released. This is now unblocked: https://www.govinfo.gov/bulkdata/CFR/2021/title-11

pkfec commented 3 years ago

Content Team will put in changes in for the new regs so we know what to look for.

@dorothyyeager @kathycarothers Could you please post the changes for the new regs here when you get a chance? So i can compare/verify the changes on Dev space first before i parse regs on other higher environments.

dorothyyeager commented 3 years ago

Here's the changes identified; all are in this FR notice https://sers.fec.gov/fosers/showpdf.htm?docid=412651#page=2

111.24 - follow the instructions in the FR notice 111.43 - follow the table in the FR notice 111.44 - in paragraph (a)(1), remove ‘‘$146’’ and adding, in its place, ‘‘$149’’

dorothyyeager commented 3 years ago

There's another rulemaking I want to check on that's mentioned in pending rulemakings as supposed to be corrected in 2021. I didn't see the change when I looked. I'll check into it with OGC and Brad and get back to you if there is another change to make.

pkfec commented 3 years ago

Here's the changes identified; all are in this FR notice https://sers.fec.gov/fosers/showpdf.htm?docid=412651#page=2

111.24 - follow the instructions in the FR notice 111.43 - follow the table in the FR notice 111.44 - in paragraph (a)(1), remove ‘‘$146’’ and adding, in its place, ‘‘$149’’

@dorothyyeager @kathycarothers I parsed 2021 regs in my local env and above mentioned changes showed on my local environment. I will attempt to parse the 2021 regs onto Dev space tomorrow (08/12/2021)

pkfec commented 3 years ago

Myself and @fec-jli tried loading 2021 regs onto stage env. Noticed that EREGS app PROXY URL (https://fec-stage-eregs.app.cloud.gov/regulations/ should redirect to https://stage.fec.gov/regulations/) is not redirect to the app.
For the same reason, cf run-task api --command "python manage.py load_regulations" --name load_all_regulations task failed to reload regulations onto elasticsearch service.

@lbeaufort built the proxy-redirect app on stage and the URL seems to redirect to eregs app now.

pkfec commented 3 years ago

Completed loading 2021 regs onto stage space here: https://stage.fec.gov/regulations/ A quick search showed 2021 reg links ONLY.

pkfec commented 3 years ago

2021 Regs loaded onto website https://www.fec.gov/regulations

dorothyyeager commented 3 years ago

@pkfec I compared what's on prod to the 2020 admin fines FR notice and all checked out perfectly. Those were the only regulations that changed in 2020. The current admin fines rules didn't make the 2021 CFR cutoff, so we have a ticket to redirect these to the 2021 versions that will be deployed with the 15.5 release - https://github.com/fecgov/fec-proxy/issues/281

Long way of saying, you're all good from our end of it! Thanks for working on this!