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

Allow for file attachments on talks #443

Open
gwolf opened this issue Aug 3, 2018 · 4 comments
Open

Allow for file attachments on talks #443

gwolf opened this issue Aug 3, 2018 · 4 comments
Assignees
Labels
debconf Raised for DebConf

Comments

@gwolf
Copy link

gwolf commented Aug 3, 2018

We have got several mails at DebConf content team from people sending us their talk slides. We are basically just copy+pasting the URLs into the abstract. It would be great if Wafer allowed to attach files to talks - Even more so: Would make a lot of sense to allow for this even in approved talks (because authors very seldom have their talk material ready weeks before they present it!)

@hodgestar
Copy link
Member

One can already attach URLs to talks (http://wafer.readthedocs.io/en/latest/talks.html#talk-urls) although it's only possible via the API and the admin interface currently. Questions:

  • Is adding a link rather than uploading a file sufficient? E.g. Upload file to the Internet Archive and then link to that, or similar?

  • Is requiring an admin to add a link sufficient? Or do we need something more?

@gwolf
Copy link
Author

gwolf commented Aug 3, 2018 via email

@drnlm
Copy link
Member

drnlm commented Oct 7, 2023

We have support for uploading content already for pages, but that does require admin access

We need to provide some wrapper around uploading with suitable permissions checks and automatically generate an url pointing to the internal location. We may need some additional namespacing to avoid name collisions (everyone uses slides.pdf) an maybe some admin options for setting size limits?

@stefanor
Copy link
Member

stefanor commented Oct 7, 2023

We need to provide some wrapper around uploading with suitable permissions checks and automatically generate an url pointing to the internal location. We may need some additional namespacing to avoid name collisions (everyone uses slides.pdf) an maybe some admin options for setting size limits?

Django's media handling should give us that out of the box. It'll rename files to avoid conflicts. But yes, namespacing them is probably going to be even prettier.

@stefanor stefanor self-assigned this Oct 8, 2023
@stefanor stefanor added the debconf Raised for DebConf label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debconf Raised for DebConf
Projects
None yet
Development

No branches or pull requests

4 participants