Skip to content

add a panel stage transition button in GUI

Zhicai Zhang requested to merge zhicaiz/reporting:zz_transition_button into master

add a button to do panel stage transition in the GUI.

To avoid conflicts, please merge this MR first: !72 (merged)

This button contains a dropdown menu for users to select what stage you want to transit the panel to:

Screenshot_from_2022-03-17_22-06-02

Once you hit the button, it will check whether the selected stage is after the current stage, and also check if all tests have passed in current stage, and will give error message if not:

Screenshot_from_2022-03-17_22-05-44

Screenshot_from_2022-03-17_22-07-50

Users can also check the "force" check box to skip those checks and do the transition regardless:

Screenshot_from_2022-03-17_22-08-21

Details of failures can be found in terminal output:

Screenshot_from_2022-03-17_22-15-39

Edited by Zhicai Zhang

Merge request reports