Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sltt-app): add LAN storage projects configuration #37

Open
ericpyle opened this issue Oct 16, 2024 · 0 comments
Open

feat(sltt-app): add LAN storage projects configuration #37

ericpyle opened this issue Oct 16, 2024 · 0 comments

Comments

@ericpyle
Copy link
Collaborator

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.

ericpyle added a commit that referenced this issue Nov 4, 2024
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant