I am currently working on a range of updates based on your feedback in previous ships! The first new feature is more detailed information on disruptions on London Underground lines - I have decided to implement a tooltip feature so that you can find out what type of disruption is occurring by hovering over a line name in the disruptions area. This has turned out to be quite complicated to implement as I need to change the way I get data from the database - to start with I have built a new method for getting disruption data so that it provides specific information, and have formatted this as a Java HashMap so that it can be easily accessed by the methods which will eventually rely on it. Next I need to rewrite the logic for generating the actual HTML which forms the disruption section, and adding the tooltip functionality in the process.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.