Progress
- Opened my first PR: Desktop: Seamless-Updates - creation of auto updater service by AliceHincu · Pull Request #10772 · laurent22/joplin · GitHub
- This only contains the logic for logging update events but does not trigger an update.
- Set up two VMs for MacOS and Linux for manual testing
Plans
- I want to create in this week small PRs that contain the code that I have written until now.
- If there is time, I want to create a PR with tests (I was thinking of using jest, but let me know your thoughts on this)
- Clone Joplin on both VMs to manually test the code from PR before integrating.
Problems
- I solved all problems regarding conflicts and PR's automated checks
- I also solved last week's problem regarding the update flag, the solution will be in the PR that contains the update's trigger.