Page MenuHomePhabricator

In Herald transcripts, render some field values in a more readable way
ClosedPublic

Authored by epriestley on Jan 23 2020, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 6, 7:44 AM
Unknown Object (File)
Tue, Dec 31, 4:39 AM
Unknown Object (File)
Mon, Dec 30, 7:51 PM
Unknown Object (File)
Tue, Dec 17, 4:43 AM
Unknown Object (File)
Sat, Dec 14, 9:21 PM
Unknown Object (File)
Fri, Dec 13, 10:41 AM
Unknown Object (File)
Dec 7 2024, 7:06 AM
Unknown Object (File)
Dec 4 2024, 9:01 PM
Subscribers
None

Details

Summary

Ref T13480. Currently, some Herald field types are rendered in an unfriendly way on transcripts. Particularly, PHID lists are rendered as raw PHIDs.

Improve this by delegating rendering to Value objects and letting "PHID List" value objects render more sensible handle lists. Also improve "bool" fields a bit and make more fields render an explicit "None" / empty value rather than just rendering nothing.

Test Plan

Viewed various transcripts, including transcripts covering boolean values, the "Always" condition, large blocks of text, and PHID lists.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jan 29 2020, 11:14 PM
This revision was automatically updated to reflect the committed changes.