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

Change "Upload" to "Media" and revamp #262

Open
mutantmonkey opened this issue Feb 26, 2017 · 2 comments
Open

Change "Upload" to "Media" and revamp #262

mutantmonkey opened this issue Feb 26, 2017 · 2 comments

Comments

@mutantmonkey
Copy link
Member

The upload thing in the admin section of the site has significant room for improvement. I think we should rename it to "Media" and support some basic file management features as well.

I'd like to support uploads to the local filesystem and anything that supports the S3 API at a minimum. These should be configurable and show up under the existing "Destination" selector.

It could also be useful to have an option to support subdirectories in each of these, but that's not critical; if subdirectories are needed and this doesn't get implemented, they should just be configured as separate destinations. We're not going to support creation/deletion of subdirectories at this time.

After a file is uploaded, the URL should be provided to the user and also stored in the database. Below the uploader, we can have a basic paginated file manager with a list of all the current uploads and an option to delete. Table columns should probably be Destination, Filename, Upload Date, and Actions. The filename entry should have a link to the URL.

@mutantmonkey
Copy link
Member Author

mutantmonkey commented Feb 26, 2017

We could also have a checkbox to generate a thumbnail to take care of #234.

@echarlie

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants