You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: