[BDMS-690 & BDMS-689]: Update the columns on the Wells list page to include contact info#242
Conversation
Preview DeploymentPreview URL: https://preview-tam-bdms-690-auejgdbofq-uc.a.run.app Note: This preview uses the staging API endpoints. |
| id: thing.id, | ||
| }, | ||
| }} | ||
| onClick={(e) => e.stopPropagation()} |
There was a problem hiding this comment.
We need to stop the click from bubbling up to the row.
There was a problem hiding this comment.
That is good. There are also good patterns for making this also clickable or to have it surface the contact card inline, but that is something we can look at later
Preview DeploymentPreview URL: https://preview-tam-bdms-690-auejgdbofq-uc.a.run.app Note: This preview uses the staging API endpoints. |
Grabacion.de.pantalla.2026-04-10.a.la.s.13.17.41.mov |
Preview DeploymentPreview URL: https://preview-tam-bdms-690-auejgdbofq-uc.a.run.app Note: This preview uses the staging API endpoints. |
Preview DeploymentPreview URL: https://preview-tam-bdms-690-auejgdbofq-uc.a.run.app Note: This preview uses the staging API endpoints. |
|
I am excited to try this out with the new data coming in from the API |
Grabacion.de.pantalla.2026-04-13.a.la.s.12.32.08.movTesting after the new api. |
Grabacion.de.pantalla.2026-04-13.a.la.s.12.35.48.movAnother test |
|
@here, it feels slow, but I'm not sure if that's just the test environment. And I don't have an apples-to-apples comparison to production. 🤷♂️ |
jeremyzilar
left a comment
There was a problem hiding this comment.
This looks great! It will be good to play with this. I am sure we'll want to adjust the order of the columns in a future PR

Why
This PR addresses the following problem/context:
How
Implementation summary - the following was changed/added/removed:
include_contactsquery parameter to relevant endpoints (/thingand/thing/water-well)Notes
Any special considerations