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

New Download Feature to support PWAs #1362

Open
SebiWrn opened this issue Jun 13, 2024 · 0 comments
Open

New Download Feature to support PWAs #1362

SebiWrn opened this issue Jun 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request feature ✨ go Pull requests that update Go code javascript Pull requests that update Javascript code work in progress

Comments

@SebiWrn
Copy link
Contributor

SebiWrn commented Jun 13, 2024

The project already has a service-worker.js to support installing it as PWA. Currently the PWA still requires an internet connection, because no content is stored locally.

New feature is to store Videos encrypted on the users device, so the user can download lectures and watch them offline.
These download should be stored securely and encrypted on the users device with an expiration date.

With that new download feature you can substitute the old one but turn the default mode for new lectures to true.

Maybe also an explanation for lecturers would be helpful.

@SebiWrn SebiWrn added enhancement New feature or request go Pull requests that update Go code javascript Pull requests that update Javascript code feature ✨ work in progress labels Jun 13, 2024
@SebiWrn SebiWrn self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature ✨ go Pull requests that update Go code javascript Pull requests that update Javascript code work in progress
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant