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

FEATURE: Implement image upload functionality #96

Open
gaskij opened this issue Jan 26, 2020 · 2 comments
Open

FEATURE: Implement image upload functionality #96

gaskij opened this issue Jan 26, 2020 · 2 comments
Assignees
Labels
enhancement Improve an existing feature front-end Issue with the UI

Comments

@gaskij
Copy link
Owner

gaskij commented Jan 26, 2020

Currently, the image upload form exists on the info page, but there is no back end functionality to go with it. Create a route on the server to accept image uploads and add them to the database.

@gaskij gaskij self-assigned this Jan 26, 2020
@gaskij gaskij added back-end Issue with the database or server important Prioritze this issue over others labels Jan 26, 2020
@Unachieved Unachieved added feature New feature or capability enhancement Improve an existing feature and removed feature New feature or capability labels Feb 16, 2020
@Unachieved Unachieved changed the title Implement image upload functionality FEATURE: Implement image upload functionality Feb 16, 2020
@Unachieved Unachieved added front-end Issue with the UI and removed back-end Issue with the database or server labels Feb 25, 2020
@Chaotic-Cody
Copy link

Chaotic-Cody commented Feb 25, 2020

Users that aren't signed in should not be able to upload images (so people cannot easily spam the database). Eventually when normal users can login (maybe with CAS integration?), images can be added into a moderation queue that admin users can sign onto and authorize or delete. Users will also need to have an upload limit, or a timed debounce.

Does that approach make sense?

@gaskij
Copy link
Owner Author

gaskij commented Feb 26, 2020

Users that aren't signed in should not be able to upload images (so people cannot easily spam the database). Eventually when normal users can login (maybe with CAS integration?), images can be added into a moderation queue that admin users can sign onto and authorize or delete. Users will also need to have an upload limit, or a timed debounce.

Does that approach make sense?

Yes, that was actually pretty much exactly what I had in mind.

@gaskij gaskij removed the important Prioritze this issue over others label Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve an existing feature front-end Issue with the UI
Projects
None yet
Development

No branches or pull requests

3 participants