You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to incrementally improve the way media is displayed by starting with rounding the corners of images, adding icons, and tightening up how we display coordinates in the form entry. This is part of laying the building blocks for displaying media in the summary/ hierarchy view.
Video - thumbnail can be created with ThumnailUtils.createVideoThumbnail
Clean up how we display coordinates - clean up the coordinates to make them easier to read using decimal degrees and add icon. Note the image of the map isn't part of this story
When doing this we should build reusable components that render answer data (from an IAnswerData or from a FormEntryPrompt for example) that can be reused later in the hierarchy.
The text was updated successfully, but these errors were encountered:
@seadowg I've linked to the specific designs for each. I think the links are better because you can add comments and we can make changes to the designs without the static images becoming stale.
The goal is to incrementally improve the way media is displayed by starting with rounding the corners of images, adding icons, and tightening up how we display coordinates in the form entry. This is part of laying the building blocks for displaying media in the summary/ hierarchy view.
Design
ThumnailUtils.createVideoThumbnail
Notes
When doing this we should build reusable components that render answer data (from an
IAnswerData
or from aFormEntryPrompt
for example) that can be reused later in the hierarchy.The text was updated successfully, but these errors were encountered: