Fix blocNote bugs based on release one test
Created by: ay701
This PR takes care of following JIRA issues: BNT-75 Energy Bill Overview - show "Rough Estimation" selection when page refreshed BNT-76 Income Statement - show "growth rate" selection when page refreshed BNT-77 Preliminary Finance page needs to reload data when "Save Scenario" hit BNT-82 Bills Summary - Need to add other 3 types of annual inputs, just like "Oil Annual Charge" BNT-89 Missing Spot on Prelim-finance graph BNT-90 Warning message for the Unfeasible scenario BNT-96 Loan Options Problem BNT-98 Preliminary finance page - no place to add Saving Estimation BNT-99 Preliminary Finance page (and Budget Simulator page) graph sources wrong data
How to test:
- On your local machine, go to
blocnotefolder, inmicroservicesfolder - Checkout to
masterbranch, pull the latest updates:git pull origin master - On your local machine, go to
dashboardfolder, inmicroservicesfolder - Checkout to this branch
Fix-BlocNote-Bugs, pull the latest updates:git pull origin Fix-BlocNote-Bugs - Restart BlocNote container:
docker-compose restart dashboard - Load following URI on your browser http://0.0.0.0:5501/buildings/25313/blocnote/
- Check following sections:
- Refresh the page, after selecting and saving a
Select Estimationdropdown, see if it's saved - Refresh the page, after selecting and saving a
Growth Ratedropdown inIncome Statementsection, see if it's saved - Edit
Saving Estimatesinputs, then click onSave Scenariobutton, see ifProject Economicsdata automatically re-calculated - Check
Bills Summarysection, see if all four bills table shows up - Check
Chartsection onPreliminary FinanceandBudget Simulatorpage, see if data looks correct - Check
Saving Estimationsection onPreliminary Financepage for multiple different building, see if four rows show up all the time
- Post comments if anything not working or errors found