Harris Bard Lapiroff
Harris Bard Lapiroff
SecureDrop developer docs have been split off from user docs. We should add them to our search indexing: they live at https://developers.securedrop.org/ (The other docs, which we should already be...
It would be good to have some unit tests to speed up reviewing PRs in this repo. Probably using pytest or even just python's built in unit testing.
Opening a PR to review the changes on this branch
As part of our build process we will need to bundle our whisper script in `backend/stagewhisper/__main__.py` into an executable inside of the electron app. We probably will use PyInstaller, PyOxidizer,...
Currently the Electron app works by calling `whisper` on the local machine. We want it to instead work by calling our script in `backend/stagewhisper/__main__.py`. This is _only_ for dev. We...
We want the installation process to be as easy as possible with no need to open a command-line. [PyInstaller](https://pyinstaller.org/en/stable/) is our current best lead for this.
Currently (on the `improvements` branch) if the whisper process crashes the spinner seems to keep going. It should instead display an error so a user doesn't wait forever for completion....
Go through the deliverables we got from the UX designers and break them out into issues. Put the low hanging fruit in the 0.8.0 milestone.
We want to get notified of prereleases so we can start working on support for them. What's the best way to do this? (RSS feeds, etc.?)
We want to get out @eloquence's changes in #60 and it might be nice to get in some dependency upgrades as well.