Ticket #254 (closed defect: done)
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: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)
Note: See
TracTickets for help on using
tickets.

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