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

Character Image Endpoint #182

Open
IanjhPhillips opened this issue Nov 22, 2021 · 2 comments
Open

Character Image Endpoint #182

IanjhPhillips opened this issue Nov 22, 2021 · 2 comments
Assignees
Labels
back end enhancement New feature or request
Milestone

Comments

@IanjhPhillips
Copy link
Collaborator

IanjhPhillips commented Nov 22, 2021

Description

Users should be able to add an image to their character to be displayed on the character page

Possible Implementation

Make a new controller with a store and update function to handle storing images in the database and associating them to characters

@IanjhPhillips IanjhPhillips added back end enhancement New feature or request labels Nov 22, 2021
@IanjhPhillips IanjhPhillips self-assigned this Jan 3, 2022
@IanjhPhillips
Copy link
Collaborator Author

@m-triassi
Copy link
Contributor

Our best bet here is probably for managing media is probably using Spatie/Laravel-MediaLibrary since it supports resizing and stuff. Otherwise we can use Intervention/Image to handle resizing, and then just store images by the user / character's primary key in the storage directory

@m-triassi m-triassi added this to the Sprint #9 milestone Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants