irceline / opendataviewer

A light weight viewer for displaying air quality data throughout Belgium, customisable via URL-parameters
Apache License 2.0
3 stars 1 forks source link

Integrate updates and improve code for readability #6

Closed amotl closed 4 years ago

amotl commented 4 years ago

Introduction

This builds upon the recent updates by @stevenvdbosch and adds further refactoring on top.

Details

Essentially, this mitigates the document-global code and wraps it into the "main()" function which is now invoked when the document is ready. This makes the execution flow easier to follow for newcomers to the code base.

API improvements

Also, the dedicated functions navigatePreviousHour() and navigateNextHour() have been introduced to improve the API for navigating within the time domain.

More?

No other features have been added. This occurred in preparation to #7.