Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider an ExportWizard state machine #1875

Open
cfm opened this issue Feb 27, 2024 · 0 comments
Open

consider an ExportWizard state machine #1875

cfm opened this issue Feb 27, 2024 · 0 comments

Comments

@cfm
Copy link
Member

cfm commented Feb 27, 2024

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:

  1. 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.

  2. send-to-usb retains its single-shot linear logic. securedrop-client's QStateMachine transitions based on the status returned by send-to-usb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant