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

Merged
Opened Mar 19, 2020 by Tillie Kottmann@deletescapeOwner

BI-1034 MapBox building search shown on building list page

  • Overview 21
  • Commits 3
  • Changes 4

Created by: ay701

MapBox building search shown on building list

Test:

  • Pull, then add following line to local .env file REACT_APP_MAPBOX_TOKEN=pk.eyJ1IjoiYmxvY3Bvd2VyIiwiYSI6ImNqNDdhZ2o2czAwdDcycXJ1YzZ6MHZlNHoifQ.fRQhMFfCCyDk78RI5QD4ow
  • Run source .env
  • Go to node_modules folder, remove installed packages: rm -rf *
  • Rebuild dashboard in development folder (since we changed .env file) docker-compose down docker-compose build --no-cache dashbaord docker-compose up -d
  • Go to building list page, see if building search shown on Nav bar

Issues:

  • BI-1034 MapBox building search shows on Nav bar properly
  • BD-1008 Dashboard users in Building List View can find building using MapBox address search

Notes:

  • This PR is to test if MapBox building search shown on Nav bar, not for functionality test
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/dashboard!248
Source branch: BI-1008