Skip to content

fix(ui): show measured value in per-record measurement summaries (#603) - #816

Open
skearnes wants to merge 1 commit into
mainfrom
fix/603-measurement-summary-value
Open

fix(ui): show measured value in per-record measurement summaries (#603)#816
skearnes wants to merge 1 commit into
mainfrom
fix/603-measurement-summary-value

Conversation

@skearnes

@skearnes skearnes commented Jun 23, 2026

Copy link
Copy Markdown
Member

Closes #603.

Each measurement record's summary line under Conditions only showed Type (temperature/pressure) or Time (electrochemistry), so records with multiple entries were indistinguishable at a glance. This adds the measured value to each summary in reactionConditions.model.tsx:

  • Temperature records show their measured Temperature
  • Pressure records show their measured Pressure
  • Electrochemistry records show Voltage and Current (alongside the existing Time)

All records already rendered; this only enriches each per-record summary. tsc -b + lint + entity-form unit tests green.

🤖 Generated with Claude Code

Greptile Summary

Enriches the per-record summary lines shown under Conditions by appending the actual measured value alongside the existing Type/Time label, making multiple measurement records distinguishable at a glance.

  • Temperature measurements now display the measured Temperature value next to Type.
  • Pressure measurements now display the measured Pressure value next to Type.
  • Electrochemistry measurements now display Voltage and Current alongside the existing Time.

Confidence Score: 5/5

Safe to merge — the change is additive-only, touches a single file, and all new fields follow the existing rendering pattern already established by the Time field.

Three small, parallel additions that mirror the pre-existing item.time ? renderValuePrecisionUnit(item.time) : '' pattern exactly. All referenced types match what renderValuePrecisionUnit accepts. No logic is removed or restructured.

No files require special attention.

Important Files Changed

Filename Overview
ui/src/features/reactions/ReactionEntities/entityFormConfiguration/reactionConditions.model.tsx Adds measured value fields (Temperature, Pressure, Voltage, Current) to per-record measurement summaries so users can distinguish records at a glance; follows the exact existing pattern used for the Time field

Reviews (1): Last reviewed commit: "fix(ui): show measured value in per-reco..." | Re-trigger Greptile

Each measurement record's summary line under Conditions only showed Type (or
Time), so multiple records looked identical. Add the measured value:
Temperature and Pressure records now show their value, and Electrochemistry
records show Voltage and Current alongside Time.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@pulumi

pulumi Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

🤖 Pulumi Neo didn't review this pull request: no Pulumi preview ran for it. Agentic reviews require a preview of the affected stacks (for example from your CI's pulumi preview).

@sonarqubecloud

Copy link
Copy Markdown

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.

Would be helpful to include several records containing relevant information for each location with Measurements.

1 participant