Ticket #254 (closed defect: done)

Opened 5 years ago

Last modified 5 years ago

Unified log file delimiter problem

Reported by: jdalbey Owned by: jdalbey
Priority: Medium Milestone: May 2021 Training
Component: LCS Simulator Version:
Severity: Minor Keywords:
Cc:

Description

The unified log file uses a comma to delimit fields. But Activity Log operators.txt file uses comma to separate last name and first name. So if a name gets written to the unified log the name separate gets seen as a field delimiter. Note, we desire to present names in drop down as Lastname, Firstname, so keeping operators.txt as it is may be preferable.

Change History

comment:1 Changed 5 years ago by jdalbey

Currently, the first line of operators.txt is blank. Neil may need to remove that.

comment:2 Changed 5 years ago by jdalbey

  • Status changed from new to closed
  • Resolution set to done

Changes made to Login.java (in tmcsim.client.cadclientgui.screens) in r639

  • Remove appending anonymous trainee, just put this entry in names file if desired.
  • Change studentnames file format to lastname, firstname - put in dropdown list this way so it's easy for user to scan the list for their name (assuming data entry put them in alphabetically).
  • Once a name is selected from drop down, Reverse to firstname lastname with no comma for display in banner and in CAD comments log. If name lacks a comma, use it as is.
  • Skip blank lines in studentnames file.
  • Enable Password field (so secret dispatcher password can be entered)

comment:3 Changed 5 years ago by jdalbey

  • Status changed from closed to reopened
  • Resolution done deleted

comment:4 Changed 5 years ago by jdalbey

  • Status changed from reopened to closed
  • Resolution set to done

Changed LCSv2 so that student names file is read correctly, as above. r640.

Note: See TracTickets for help on using tickets.