dex2dot0 / HMDA-Hero

HMDA Hero is a free and open source resource to help organizations with meeting HMDA submission rquirements.
https://www.hmdahero.com/
Other
1 stars 0 forks source link

Filing Resources Year #7

Closed dex2dot0 closed 2 years ago

dex2dot0 commented 2 years ago

src/routes/resources.svelte tries to infer what year's resources to show but is using current date. This should be pulled from the Excel file itself first if a year is entered and only use current date if the Excel LAR Formatting file does not list the year.

dex2dot0 commented 2 years ago

Should also maybe consider a dropdown option to change the year for the resources shown to allow the user the ability to override the resources for that particular year. For example, if my dates are in 2019, on first loading the resources page, we an show 2019 resources but the user should be able to override this and select a different year if they'd like.

dex2dot0 commented 2 years ago

Tested and confirmed fixed with latest PR. Closing out.