Skip to content

GitLab

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

Merged
Opened Jun 06, 2017 by Tillie Kottmann@deletescapeOwner

Budget simulator

  • Overview 28
  • Commits 32
  • Changes 35

Created by: adarsh-murthy

  • Create new app budget simulator.
  • Write tests for the functions and views.
  • Add test data json file to fixtures directory.
  • Create index view which renders the html template for budget simulation.
  • Create budget-date view to send the graph and table data.
  • Create js script that runs to request graph and table data and generate the graph and fill the tables.
  • Add budget link to the landing page and impose the same conditions as preliminary analysis for accessing the page.
  • To Run tests execute python manage.py test from root directory . You now can view coverage as well.

code changed so you will have to run: pip install git+ssh://git@github.com/Blocp/bpfin.git --upgrade They didn't just implement the budget functions but also updated some of their older code so in this PR, you will find small changes in preliminary-finance and financial-inputs to reflect that.

To test, you can go to: http://127.0.0.1:8000/buildings/<building_id>/

  • Fill out all the inputs.
  • Go back to this landing page and hit budget simulator. This should take you to a page with a graph and tables.
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/blocnote!31
Source branch: budget-simulator