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
  • !14

You need to sign in or sign up before continuing.
Merged
Opened Apr 27, 2017 by Tillie Kottmann@deletescapeOwner

Liabilities

  • Overview 11
  • Commits 17
  • Changes 28

Created by: adarsh-murthy

Mortgage and Liability component: Frontend:

  • Create Liability table.
  • Implement add and delete row.
  • HTTP GET and PUT request to backend.,

Backend:

  • Handle GET request to fetch data from database for a particular building.
  • Handle PUT request. Delete existing liabilities records for a building id and store new records.

Instructions to run(PLEASE READ TILL THE END):

  • If you already have install requirements, you may need to uninstall and install bpfin again/upgrade.
  • I messed around with the migration files. If you already have blocnote db on your local, please drop it and create a new database.
  • RUN python manage.py migrate to apply new migrations.
  • RUN python manage.py runserver to run the development server.
  • Access site at localhost:8000/building/<building_id>/financial-inputs/
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/blocnote!14
Source branch: liabilities