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
On select of inspirational images on create contest, they actually don't get saved or do anything at the moment. Change the db model and be able to store them.
Suggestion to start an Image model
This model should store the URL (this could be a s3 public url, or any image url) and the date it was created.
Manually upload all all the current hardcoded inspo images to s3
Write a migration to upload them to your db
Load the images on the create contest page with the IDs attached to them
Save the selected IDs to the Contest model
The text was updated successfully, but these errors were encountered:
On select of inspirational images on create contest, they actually don't get saved or do anything at the moment. Change the db model and be able to store them.
Suggestion to start an Image model
This model should store the URL (this could be a s3 public url, or any image url) and the date it was created.
The text was updated successfully, but these errors were encountered: