Rychard / CityWebServer

Integrated Web Server for Cities: Skylines
58 stars 21 forks source link

Added Missing Nav, Updated Title and Stats Table #8

Closed acaldwell1997 closed 1 year ago

acaldwell1997 commented 1 year ago

Changes: Updated the title from Cities Skylines: Test to Cities Skylines: Statistics. Updated title on page from Cities: Skylines - Integrated Server to District Statistics. Added missing nav links. -- These are not "working" as of yet. Updating the statistics table with additional information for each district.

Feature Plans: While the additional links added to the nav bar do not contain a "pretty" webpage, it is a starting point. I'd like to eventually get these pages displaying human readable information. This index page (or perhaps a new page) would be interesting to contain a history chart in addition to the graph so that the actual numbers can be viewed. Also, the table already displayed on this page would be greatly improved by notating whether the value has increase or decrease since the last update.

Note: I have not tested these modifications.

acaldwell1997 commented 1 year ago

Actually tested the code and it does not work due to my attempt to use globaldistrict in the foreach table row within the index file. Correcting this and adding additional statistic features.