Cloud Vineyards Loyalty Portal - Silverlight Prototype
Cloud Vineyards Loyalty Portal – 2009 Silverlight Courseware Demo
This interface was created in 2009 for a Silverlight courseware module. It features a winery theme, including wood-textured backgrounds, cork-textured buttons, and a row of wine glasses to indicate loyalty points. The wine glasses use alpha masking to represent partial fills, providing an alternative to a standard progress bar which allows for the reflection of the glass to remain over a masked progress bar giving a layered and convicing visual
All UI elements are defined in XAML and updated in real time through C# data binding, covering profile details, account activity, and reward points. The code reflects typical WPF-style structures, showing that a visually layered approach can still maintain straightforward data handling and live updates. While flat interfaces were becoming common at the time, this example remains focused on a more decorative layout.