bcgov / ecc-ofm

Ministry of Education and Child Care - Operating Funding Model app
Apache License 2.0
0 stars 0 forks source link

Ofmcc 3481 next term details #225

Closed jenbeckett closed 3 weeks ago

jenbeckett commented 1 month ago

a lot going on in this PR https://eccbc.atlassian.net/browse/OFMCC-3973 - show when the funds expire on the Supp App Page

3481 - Update the missing info links to go back to the appropriate section. This opened a whole can of worms that the submit page did not handle having both a current and next year supp app. Most of the code in this PR addresses these issues.

In order to link back to the correct current / next year component, I use a url query to set the appropriate data field on the previous screen. The downfall to this - is most of the time the 'nextYear=false' appears in the url bar. If you don't like this @weskubo-cgi I can try and implement it differently so it only shows in the URL if it's true

There was also no wireframes showing both current/ next year supp apps on the screen at the same time... So I kinda just went for it and updated the screens the best I could but I'm also open to suggestions for how the submit screen is.

A small fix around the expand / collapse buttons where they would break after switching from current to next year.

https://eccbc.atlassian.net/browse/OFMCC-4405