Perspective
Station View
Rio Oso needs a Perspective view to display some basic brewing information for any station.
Criteria
- The view uses a single parameter which is used to make it dynamic.
- The components on this view must grow or shrink with changing screen sizes.
- The template should show:
- The station number instance, as a header
- The cold brew type being brewed at that station
- The current water temperature of that station, with a label
- A way to display and control the station status
- The text equivalent of the numerical status
- An image of some kind
- A Details button that will allow the user to open the popup screen
Click here for general help with the Station View
- Create views in Page Configuration
- Create a parameter on the view to parameterize the view and its components
- Use tag bindings on component properties to display Station data
- User input that will write to tags need bidrectional bindings
- For help with creating pages Pages in Perspective
- For help with creating views Views in Perspective
- For help with components Working with Perspective Components
- For help with binding tags Tag Bindings in Perspective
- For help with popup views Popup Views