codeforboston / codeforboston/windfall-elimination
Scrape Verbiage for New Calculator
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
- [x] Create a clear description of why you'd use Our Calculator
- [x] Create a page that explains the calculators
- [ ] Fetch release log with new releases from https://www.ssa.gov/oact/anypia/anypia.html
Make a PR to edit this Github Actions file with the scraper for the "fetch release log":
https://github.com/codeforboston/anypia-js/blob/master/.github/workflows/main.yml
Grab the text in the `
```The current version of the Detailed Calculator is 2020.1, which we released on December 31, 2019. It updates the 2019.2 version with the new economic information from the automatic adjustments announced on October 10, 2019.```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with .github/workflows/main.yml and inspect how the workflow currently handles the release log. Compare the source div at ssa.gov/oact/anypia/anypia.html with the repository’s existing release-log destination, then verify that the workflow fetches the text and overwrites it only when the source changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100