Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
B
buildingservice
  • 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 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
  • buildingservice
  • Merge Requests
  • !81

Merged
Opened Apr 14, 2020 by Tillie Kottmann@deletescapeOwner

Enable building creation in post endpoint

  • Overview 3
  • Commits 4
  • Changes 2

Created by: josedcs

Building service user can create Building using Mapbox place name

  • BI-1004 Allow for building creation

depends on changes from OLTP to be ran: https://github.com/Blocp/oltp/pull/68

Making a post request to local building service building endpoint with body in the following format

{
	"place_name": "10425 South Freeman Avenue, Inglewood, California 90304, United States"
}

returns

{
  "data": {
    "bbl": null,
    "bin": null,
    "borough": null,
    "building_id": 1189754,
    "lot_id": 879230,
    "place_name": "10425 South Freeman Avenue, Inglewood, California 90304, United States",
    "street_address": [
      null
    ],
    "targeting_score": null,
    "zipcode": null
  }
}

Here is how it looks in postman image

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/buildingservice!81
Source branch: BI-1004-create-building-using-place-name