You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #1777, this is a stub ticket to observe that the ExportWizard is now a good candidate for trying out a QStateMachine. This could happen in either of two ways:
send-to-usb implements its own (non-Qt) state machine over its detection and export logic. The state it returns (see also: freedomofpress/securedrop-engineering#86) directly transitions securedrop-client's QStateMachine.
send-to-usb retains its single-shot linear logic. securedrop-client's QStateMachine transitions based on the status returned by send-to-usb.
The text was updated successfully, but these errors were encountered:
After #1777, this is a stub ticket to observe that the
ExportWizard
is now a good candidate for trying out aQStateMachine
. This could happen in either of two ways:send-to-usb
implements its own (non-Qt) state machine over its detection and export logic. The state it returns (see also: freedomofpress/securedrop-engineering#86) directly transitionssecuredrop-client
'sQStateMachine
.send-to-usb
retains its single-shot linear logic.securedrop-client
'sQStateMachine
transitions based on the status returned bysend-to-usb
.The text was updated successfully, but these errors were encountered: