Display neatly formatted fields in a GLQL rendered table or list
Proposal
Some fields returned by a GLQL query can be easily represented. String and Number fields can be displayed as is using a text presenter, but for other fields, we should format them and present them neatly. These include:
-
Boolean: Display YesorNoinstead oftrueorfalse. Applies to fields likeconfidential. -
Collection: Some fields return an array of results, like labels. Allow displaying them by creating a container presenter that delegates to child presenters. -
Link: If a field contains a webUrlor awebPathand also atitle, display it as a link. -
Null: Display as Noneinstead. -
Time: Display time as X days agoorin X days.
Edited by Himanshu Kapoor