ubsicap / sltt-app

0 stars 0 forks source link

feat(sltt-app): store vcrs and docs per client with multiple items in each file #33

Closed ericpyle closed 2 weeks ago

ericpyle commented 2 weeks ago

What issue(s) is this trying to resolve?

How does it all work?

What particularly has changed?

Steps for testing

  1. run unit tests
  2. run client initialization and make new changes online and offline. Do Clear Video Cache!!! and Refetch local database... while offline
  3. try configuring shared drive where multiple computers could connect and run sltt-app

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

AllisonPyle commented 1 day ago

Notes so far on test step 2: I used a recently installed version of SLTT-App and did not manually set up any folders or tell it to use local storage.

I did the following while offline: -recorded video for Acts 3B -created "New Passage" after that -added "New Document" (body: "here") in New Passage -uploaded new video to replace previous one for Acts 3

Here's a screenshot showing pending uploads (with the video I dragged and dropped visible): image

Then I clicked on "Clear Video Cache!!!" and restarted the app. It DOES NOT show any pending uploads, and the videos I recorded or uploaded ARE NOT loading. It DOES still have the new passage and new passage document I created.

Screenshot after restarting: image

I reconnected to the internet, and the behavior is the same.

Is this expected?

I have not yet tested with "Refetch local database..." I wanted to make notes on these steps for now.