Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
B
bloclink
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • 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
  • bloclink
  • Merge Requests
  • !115

You need to sign in or sign up before continuing.
Merged
Opened May 12, 2020 by Tillie Kottmann@deletescapeOwner

Add NYC Church PNS templates to docker files

  • Overview 4
  • Commits 2
  • Changes 3

Created by: RujitRaval

Goal:

  • Allow BIS to generate different reports for different ECM sets for NYC Churches.

Test:

  • Pull from this branch.
  • Rebuild BlocLink with no-cache.
docker-compose build --no-cache bloclink
  • Pull from BPEngine.
  • Install BPEngine locally.
docker-compose rm -fs bloclink && docker-compose up -d  
docker-compose exec bloclink mkdir /app_lib  
docker cp ~/blocpower/libraries/bpengine/ development_bloclink_1:/app_lib/bpengine

In BlocLink BASH:  
pip install -e file:///app_lib/bpengine

Restart the BlocLink.
  • Initiate the survey for NYC Church(House of Worship) and test 2 different scenarios to see different reports.
  • Scenario 1:
- Select `minisplit heat pumps` as a heating system.
- Select the checkbox `This is my cooling system as well`.
  • Scenario 2:
- Do not select `minisplit heat pumps` as a heating system.
- In buildingFutureImprovements questions select `Install a new heating system` and `Install a cooling system`.

Issue(s):

  • BI-1283 Generate 12 reports of PNS and upload to S3.
  • BI-1268 Church Report-ASHP Page will not be included in report under certain conditions
  • BI-1269 Church Report -Next Steps & Process page - Content Change
  • BI-1270 Church Report - Static Incentives Content - Content Finalization
  • BI-1271 Church Report - Additional Measures (was "Others")
  • BI-1272 CHURCH REPORT - ASHP Page Content Change
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/bloclink!115
Source branch: BI-1284-Update-docker-files