Make all capture IDs (tree IDs) and planter IDs links to webmap #50
Labels
size: medium
Medium-size issue
tool: Captures
Relates to the capture data tool (Captures page, formerly Trees)
tool: Growers
Relates to the Grower Management tool (Growers page, formerly Planters)
tool: Verify
Relates to the capture verification tool (Verify page)
type: enhancement
New feature or request
UI/UX
Requires some UI/UX design input
Everywhere we display a capture ID (currently referred to as tree ID), we should make the text a link to the web map displaying that tree:
`${process.env.REACT_APP_WEBMAP_DOMAIN}/treeid=${id}`
Similarly, where we display the planter ID, we should link to the webmap displaying all of the planter's trees:
`${process.env.REACT_APP_WEBMAP_DOMAIN}/userid=${id}`
These IDs are displayed in the following places:
The user should see some indication that clicking the link will open the webmap, and the link should always open in a new tab.
The text was updated successfully, but these errors were encountered: