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

Allow uploading of image #25

Open
burtonr opened this issue Jun 2, 2022 · 0 comments
Open

Allow uploading of image #25

burtonr opened this issue Jun 2, 2022 · 0 comments
Labels
Full-Stack An issue that effects all layers

Comments

@burtonr
Copy link
Owner

burtonr commented Jun 2, 2022

Currently, the add/edit only allows for a public URL that the API then retrieves. This should be updated to also allow uploading a local image file in case the user has a custom image that is not available through the internet.

The input should validate that the file submitted is of an image.
The input should allow both drag-and-drop and file system browse options.

If both a URL and an uploaded image are provided, the uploaded image will be used

@burtonr burtonr added the Full-Stack An issue that effects all layers label Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Full-Stack An issue that effects all layers
Projects
None yet
Development

No branches or pull requests

1 participant