ARCOMM / arc_misc

Miscallaneous addons and tweaks specific to ARCOMM
6 stars 10 forks source link

Checklist, version display, mission maker confirmation #153

Closed Freddo3000 closed 2 years ago

Freddo3000 commented 2 years ago

This PR adds a new page to the 3den editor, containing the mission testing checklist, the used mission template version, https://github.com/ARCOMM/ARCMT current version, and a tickbox acting as confirmation that the mission maker has read and checked the mission against the previously mentioned checklist.

image

The checklist pulls from https://github.com/ARCOMM/Mission-Testing-Checklist/, skipping the requirement for hard https://github.com/ARCOMM/arc_misc/ updates.

The tickbox when not ticked will create an error message when the user exports a mission.

image

The entire menu can be found under the TMF dropdown.

image

Dependent on https://github.com/ARCOMM/ARCMT/pull/141