ubsicap / sltt-app

0 stars 0 forks source link

feat(sltt-app): store docs outside of browser #15

Closed ericpyle closed 3 months ago

ericpyle commented 3 months ago

What issue(s) is this trying to resolve?

How does it all work?

What particularly has changed?

Steps for testing

  1. Install https://github.com/ubsicap/sltt-app/releases/download/v205104.0.22-alpha1/sltt-app.Setup.205104.0.22-alpha1.exe
  2. With the internet on, go to Settings > Debug > Clear local database This will re-download all the changes from the remote database and will store a copy of each in %AppData%/sltt-app/persistentStorage/docs/remote
  3. Now disconnect from the internet
  4. Make a couple of simple text changes (add a text note). Expect those changes to show up in %AppData%/sltt-app/persistentStorage/docs/local
  5. While offline, go to Settings > Debug > Clear local database
  6. Wait until the app loads and verify the recent offline changes are still there

https://github.com/ubsicap/sltt-app/assets/1125565/d646e3c1-9ac9-41d6-92eb-2aee03290b8c

ticket: https://github.com/ubsicap/sltt-app/issues/13 commit-convention: https://www.conventionalcommits.org/en/v1.0.0/