danielabar / can-rrsp-cashout

Calculator for low income Canadians approaching retirement age to determine if they should cash our their RRSP
https://rrspgiscalculator.site
MIT License
2 stars 1 forks source link

Display as-of dates for gis-lookup #34

Closed danielabar closed 5 years ago

danielabar commented 5 years ago

The gis-lookup metadata contains start and end dates for which the current gis value is applicable: https://github.com/danielabar/gis-lookup/blob/master/data/current/metadata.json

See fields time_period_coverage_start and time_period_coverage_end.

These should be displayed somewhere in the calculator results so people know how current the data is.

Consider for date formatting: https://github.com/iamkun/dayjs

Parsing of fields from metadata should be responsibility of gis-lookup: https://github.com/danielabar/gis-lookup/issues/6