Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change web map links #973

Merged
merged 6 commits into from
Dec 31, 2022
Merged

Conversation

henriquemoreiraa
Copy link
Contributor

Description

Change links for the web map in the verify, capture and grower tools

Issue(s) addressed

What kind of change(s) does this PR introduce?

  • Enhancement
  • Bug fix
  • Refactor

Please check if the PR fulfils these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Issue

What is the current behavior?
The link for the web map was https://dev.treetracker.org/?userid=5846

What is the new behavior?
Now the current link is https://beta-map.treetracker.org/planters/5846

Breaking change

Does this PR introduce a breaking change?

Other useful information

@henriquemoreiraa henriquemoreiraa requested a review from a team as a code owner December 6, 2022 18:00
src/components/CaptureDetailDialog.js Outdated Show resolved Hide resolved
.env.development Show resolved Hide resolved
src/components/GrowerDetail.js Outdated Show resolved Hide resolved
src/components/Growers/Grower.js Outdated Show resolved Hide resolved
@nmcharlton
Copy link
Collaborator

Sorry @henriquemoreiraa, it looks like there is no dev deployment of the new web map, so we'll have to use the same URL for all environments for now. Can you add this to .env.development (again) and .env.test?

REACT_APP_WEBMAP_DOMAIN=https://beta-map.treetracker.org

@nmcharlton nmcharlton merged commit 6494e52 into Greenstand:master Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Urgent: all web map links need to link to the new beta webmap URL in the new format
2 participants