Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
D
dashboard
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 4
    • Merge Requests 4
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • BlocPower
  • dashboard
  • Merge Requests
  • !224

Merged
Opened May 30, 2019 by Tillie Kottmann@deletescapeOwner

Fix blocNote bugs based on release one test

  • Overview 6
  • Commits 57
  • Changes 58

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:

  1. On your local machine, go to blocnote folder, in microservices folder
  2. Checkout to master branch, pull the latest updates: git pull origin master
  3. On your local machine, go to dashboard folder, in microservices folder
  4. Checkout to this branch Fix-BlocNote-Bugs, pull the latest updates: git pull origin Fix-BlocNote-Bugs
  5. Restart BlocNote container: docker-compose restart dashboard
  6. Load following URI on your browser http://0.0.0.0:5501/buildings/25313/blocnote/
  7. Check following sections:
  • Refresh the page, after selecting and saving a Select Estimation dropdown, see if it's saved
  • Refresh the page, after selecting and saving a Growth Rate dropdown in Income Statement section, see if it's saved
  • Edit Saving Estimates inputs, then click on Save Scenario button, see if Project Economics data automatically re-calculated
  • Check Bills Summary section, see if all four bills table shows up
  • Check Chart section on Preliminary Finance and Budget Simulator page, see if data looks correct
  • Check Saving Estimation section on Preliminary Finance page for multiple different building, see if four rows show up all the time
  1. Post comments if anything not working or errors found
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/dashboard!224
Source branch: Fix-BlocNote-Bugs