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
Photo uploads are typically stored in an S3 bucket and a url persisted to the database. We should refactor toward that approach for performance. This is low-priority at our scale, however.
The imageSrc attribute on a question record now stores a URL, so until we implement image-upload logic, edu team members can save images somewhere publicly accessible (TBD) and store the url with the image.
Original issue:
Photo uploads are typically stored in an S3 bucket and a url persisted to the database. We should refactor toward that approach for performance. This is low-priority at our scale, however.
The
imageSrc
attribute on a question record now stores a URL, so until we implement image-upload logic, edu team members can save images somewhere publicly accessible (TBD) and store the url with the image.Original issue:
https://github.com/UPchieve/server/issues/30
The text was updated successfully, but these errors were encountered: