You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What issue(s) is this trying to resolve?
* feat(sltt-app): add LAN storage projects configuration #37
How does it all work?
* add connections api and handlers for `addStorageProject`
`removeStorageProject` and `getStorageProjects`
* use `whiltelist.sltt-projects` file to track additions or removals via
appending to file
* tsv format: `{timestamp}\t{-|+}\t{project}\t{adminEmail}`
What particularly has changed?
* add `connections.tests.ts`
Steps for testing
1. (developers) run `npm test` expect passes
ticket: #37
commit-convention: https://www.conventionalcommits.org/en/v1.0.0/
Each LAN storage device should be configurable to specify which projects are shareable through that storage.
Without this, if consultants connect to the storage, then all their data and videos for all their other projects will sync to the device.
The text was updated successfully, but these errors were encountered: