William Sjökvist

Results 16 issues of William Sjökvist

Make it possible to remove, backup and restore save data through the app GUI

feature

help wanted
feature

Create an interrupt handler which forces a poll when user has prompted it, maybe this should also have a cooldown

feature

Create some sort of backoff algorithm for the polling, so that match events are more immediate. We can also decrease the total number of polls this way by increasing the...

refactor

Now that we log to file we should add a report bug feature Ideally this would be a form that sends an email to the maintainers of the repo

feature

Maybe: - Set up [cypress](https://github.com/cypress-io/cypress) for UI tests - Set up [testcontainers](https://github.com/testcontainers/testcontainers-go) for mysql container instance We would favor e2e tests over unit tests to make the codebase more maintainable

refactor

Investigate how we can sign the Windows and Mac releases. If we do this, we can also use UPX to compress the executable without causing virus warnings. https://wails.io/docs/guides/signing/

help wanted

Set up [goreleaser](https://github.com/goreleaser/goreleaser) so we don't have to manually make releases. The website should also be made to always point to the latest release's download link

feature