Added the Greek nationality and vehicles/ordnance.

master
Pacman Ghost 6 years ago
parent 0905c4f81c
commit cb57546288
  1. 4
      vasl_templates/webapp/data/default-template-pack/nationalities.json
  2. 20
      vasl_templates/webapp/data/ordnance/greek.json
  3. 1
      vasl_templates/webapp/data/vehicles/greek.json
  4. BIN
      vasl_templates/webapp/static/images/flags/greek.png
  5. 7
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/greek/1940.txt
  6. 7
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/greek/1941.txt
  7. 7
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/greek/1942.txt
  8. 7
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/greek/1943.txt
  9. 7
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/greek/1944.txt
  10. 7
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/greek/1945.txt
  11. 4
      vasl_templates/webapp/tests/fixtures/vo-reports/vehicles/greek/1940.txt
  12. 4
      vasl_templates/webapp/tests/fixtures/vo-reports/vehicles/greek/1941.txt
  13. 4
      vasl_templates/webapp/tests/fixtures/vo-reports/vehicles/greek/1942.txt
  14. 4
      vasl_templates/webapp/tests/fixtures/vo-reports/vehicles/greek/1943.txt
  15. 4
      vasl_templates/webapp/tests/fixtures/vo-reports/vehicles/greek/1944.txt
  16. 4
      vasl_templates/webapp/tests/fixtures/vo-reports/vehicles/greek/1945.txt
  17. 2
      vasl_templates/webapp/tests/test_vo_reports.py

@ -64,6 +64,10 @@
"dutch": {
"display_name": "Dutch",
"ob_colors": [ "#a3ecd1","#82e3bd", "#61d8a6" ]
},
"greek": {
"display_name": "Greek",
"ob_colors": [ "#a3ecd1","#82e3bd", "#61d8a6" ]
}
}

@ -0,0 +1,20 @@
[
{ "name": "Vari 85/24 M",
"capabilities": [ "NT" ],
"capabilities2": { "s": 5 },
"note_number": "16",
"notes": [ "Gr" ]
},
{ "name": "OR 105/19",
"capabilities": [ "NT", "h-d" ],
"note_number": "17",
"notes": [ "Gr" ]
},
{ "name": "3.7cm Bofors AA",
"capabilities": [ "T" ],
"note_number": "18",
"notes": [ "Gr" ]
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -0,0 +1,7 @@
=== ordnance/greek/1940 ===
Name Capabilities (effective) # Notes
--------------- -------------- ------------- --- -------
Vari 85/24 M NT s5 NT s5 16 Gr
OR 105/19 NT h-d NT h-d 17 Gr
3.7cm Bofors AA T T 18 Gr

@ -0,0 +1,7 @@
=== ordnance/greek/1941 ===
Name Capabilities (effective) # Notes
--------------- -------------- ------------- --- -------
Vari 85/24 M NT s5 NT s5 16 Gr
OR 105/19 NT h-d NT h-d 17 Gr
3.7cm Bofors AA T T 18 Gr

@ -0,0 +1,7 @@
=== ordnance/greek/1942 ===
Name Capabilities (effective) # Notes
--------------- -------------- ------------- --- -------
Vari 85/24 M NT s5 NT s5 16 Gr
OR 105/19 NT h-d NT h-d 17 Gr
3.7cm Bofors AA T T 18 Gr

@ -0,0 +1,7 @@
=== ordnance/greek/1943 ===
Name Capabilities (effective) # Notes
--------------- -------------- ------------- --- -------
Vari 85/24 M NT s5 NT s5 16 Gr
OR 105/19 NT h-d NT h-d 17 Gr
3.7cm Bofors AA T T 18 Gr

@ -0,0 +1,7 @@
=== ordnance/greek/1944 ===
Name Capabilities (effective) # Notes
--------------- -------------- ------------- --- -------
Vari 85/24 M NT s5 NT s5 16 Gr
OR 105/19 NT h-d NT h-d 17 Gr
3.7cm Bofors AA T T 18 Gr

@ -0,0 +1,7 @@
=== ordnance/greek/1945 ===
Name Capabilities (effective) # Notes
--------------- -------------- ------------- --- -------
Vari 85/24 M NT s5 NT s5 16 Gr
OR 105/19 NT h-d NT h-d 17 Gr
3.7cm Bofors AA T T 18 Gr

@ -0,0 +1,4 @@
=== vehicles/greek/1940 ===
Name Radio IF Crew survival Capabilities (effective) # Notes
------ ------- ---- --------------- -------------- ------------- --- -------

@ -0,0 +1,4 @@
=== vehicles/greek/1941 ===
Name Radio IF Crew survival Capabilities (effective) # Notes
------ ------- ---- --------------- -------------- ------------- --- -------

@ -0,0 +1,4 @@
=== vehicles/greek/1942 ===
Name Radio IF Crew survival Capabilities (effective) # Notes
------ ------- ---- --------------- -------------- ------------- --- -------

@ -0,0 +1,4 @@
=== vehicles/greek/1943 ===
Name Radio IF Crew survival Capabilities (effective) # Notes
------ ------- ---- --------------- -------------- ------------- --- -------

@ -0,0 +1,4 @@
=== vehicles/greek/1944 ===
Name Radio IF Crew survival Capabilities (effective) # Notes
------ ------- ---- --------------- -------------- ------------- --- -------

@ -0,0 +1,4 @@
=== vehicles/greek/1945 ===
Name Radio IF Crew survival Capabilities (effective) # Notes
------ ------- ---- --------------- -------------- ------------- --- -------

@ -38,7 +38,7 @@ def test_vo_reports( webapp, webdriver ):
# check each vehicle/ordnance report
nationalities = [
"german", "russian", "american", "british", "italian", "japanese", "chinese", "french",
"polish", "belgian","yugoslavian","danish","dutch",
"polish", "belgian","yugoslavian","danish","dutch","greek"
]
for nat in nationalities:
for vo_type in ["vehicles","ordnance"]:

Loading…
Cancel
Save