Kyle-Falconer / Court-Scheduler

3 stars 2 forks source link

Config Utility output does not match the expected input for CourtScheduleInfo.java #17

Closed Kyle-Falconer closed 10 years ago

Kyle-Falconer commented 10 years ago

Steps to reproduce:

  1. Run the configuration utility and fill out the fields, finishing the setup.
  2. Observe the resultant output file.

    Actual result:

    • The file written by the configuration utility has an extension of txt
    • Primary and secondary days are defined once per line
    • No entry is given for assigning a time to the start of the first timeslot

      Expected result:

    • The file written by the configuration utility should have an extension of ini
    • Primary and secondary conference days should be defined inline, once per conference as described by the entry in the wiki.
    • The start time of the first timeslot should be defined in the following form: timeslots_start={value}
stardustspeedway commented 10 years ago

What's wrong with the primary/secondary conference days? I wrote them exactly as detailed on the wiki's example config, using the "conference=11-T:R" format.

Kyle-Falconer commented 10 years ago

I don't think there's anything wrong with the way CourtScheduleInfo is written. I think that the config utility needs to be tweaked so that it matches CourtScheduleInfo.