Changes between Version 17 and Version 18 of ScriptBuilderTasks


Ignore:
Timestamp:
01/31/2020 03:04:24 PM (6 years ago)
Author:
jdalbey
Comment:

checked off 2 items

Legend:

Unmodified
Added
Removed
Modified
  • ScriptBuilderTasks

    v17 v18  
    44Get UI feedback from Neil. 
    55 
    6 (1) The generated DTD in `scriptbuilder.structures.XMLWriter` doesn't match the `script.dtd` file in Scenarios folder. (John?)  Ref: [https://www.tutorialspoint.com/dtd/index.htm DTD Tutorial]  Ref: [https://www.truugo.com/xml_validator/ online validate xml with embedded DTD] 
     6(1) ~~The generated DTD in `scriptbuilder.structures.XMLWriter` doesn't match the `script.dtd` file in Scenarios folder. (John?) ~~ Ref: [https://www.tutorialspoint.com/dtd/index.htm DTD Tutorial]  Ref: [https://www.truugo.com/xml_validator/ online validate xml with embedded DTD] 
    77 
    88(3) Instead of writing a `COLOR` tag with every script event, since the color is the same for every event in an Incident, just output the color information as part of the Incident info, perhaps a new attribute of `GENERAL_INFO` tag. 
     
    1010(3) When outputting XML, prettify the formatting. [http://www.topjavatutorial.com/java/java-programs/pretty-print-xml-java/ See example].  I also like the results from this [https://www.freeformatter.com/xml-formatter.html online formatting tool] with these options: Indentation level = 4, Text Mode = Normalize. 
    1111 
    12 (4) The xml output doesn't match with full script because original xml has a few places where incident info is not in numerical order.  This should be corrected via manual editing. (John) 
     12~~(4) The xml output doesn't match with full script because original xml has a few places where incident info is not in numerical order.  This should be corrected via manual editing. (John)~~ 
    1313 
    1414(2) ~~Add a "needs saving" indicator to the title bar. Also, prompt the user to confirm if they try to exit and there are unsaved changes.~~