Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

v1.0.2 - Better Server Statistics, GUI Status Bar!

Compare
Choose a tag to compare
@morinted morinted released this 16 May 22:10
· 111 commits to master since this release

While using the server on my machine, I'd noticed the stats were messy, inaccurate, and useless.

This release addresses that issue. Now the server logs are timestamped, and you have statistics printed for each run, as well as globally. Also fixed is when a client disconnects, it no longer returns null.

For the GUI, I've added a progress bar and a link to the course sequences. The course sequences link will help people who do not know what courses to input. The progress bar is functionally useless. It simply serves as a method to convey to the user that their query is being processed, and is not an actual representation of the progress of the generation.

Changelog

Fixed:

  • Activities shorter than 1.5 hours no longer have text overflow onto the calendar

Added:

  • Status bar added to GUI. It has a progress bar for generations and a link to uOttawa's course sequences.
  • Vastly improved console output for the ServerConsole.
  • In addition to already implemented global statistics, there are now also run statistics that never get written to disk.

Hope you enjoy this release,
Ted