admin管理员组文章数量:1123587
I am working on a competition system where live results of winners are broadcast on to a large display screen. This will be a large TV in a public area, there is no user interaction with the screen and no peripherals to control it.
The data is a list of competition winners, including their name, group and prize. At the start of the event the list will be empty, but over the course of 6 hours that list will grow to about 100 records. What I need to do is establish some kind of scrolling results display.
At the top of my page I will always display the latest winner, but I need to find a way of showing the rest of the winners with the same "airtime" given to each group.
My instant though was to use the Bootstrap 5 carousel control but that does not seem to works too well with Blazor and maybe is more suited to scrolling single images.
Has anyone created something like this before? and what did you use to display all this data in a fair and modern looking way?
I am using .NET 8 Blazor server, all of my data structures are in place and I have my lists built and ready to push in to my display layer.
本文标签:
版权声明:本文标题:user interface - How best to display long and constantly changing data for a display screen using Blazor - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736580930a1944949.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论