codeforboston / windfall-elimination

Windfall Elimination Provision Awareness Project: improving the experience of retirees around an obscure Social Security rule affecting 8+ states (previously https://ssacalculator.org)
https://windfall-develop.netlify.app/
MIT License
24 stars 45 forks source link

Make explicit sample 25 values #231

Closed matankb closed 3 years ago

tdean1991 commented 4 years ago

Line 7 - backwards projects is not supported by piaFormat. Piaformat should output a warning whenever this line is specified: Line 7 - piaformat - serialize Line 7 piaFormat - deserialize Suggest adding if (line7Data != {}) { console.warn("Line 7 (backwards projections) is not supported by pia-format");

}