-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deal with issue of +3 events on screen #5
Comments
I have made a quick fix to address the overlapping text, but that is really very short term, since it doesn't really resolve the issue if all events are happening at the same time. In that scenario the last events will never be seen. A better solution may be to use the a carousel type of approach, whereby the events are all shown, but switching between screens, with 3 events at a time. This is something that is similar to what is done on airports screens for flight departures. |
Have attached the events JSON that was being used to render the display. |
When there are more than three events listed for the day the text runs off the screen. We should think of the best way of dealing with this. The solution should take into account display details and how information flow.
The text was updated successfully, but these errors were encountered: