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

Fix image_data column in "projects" table & project image render on frontend #51

Open
vicente6j opened this issue Nov 28, 2023 · 0 comments

Comments

@vicente6j
Copy link
Collaborator

(Slightly urgent)
In trying to improve UX in the PortalProjects page, I added a column to support image_data as a string with a character limit of 1 million (see the most recent push on dev). However, in trying to display the image it won't render it properly.

Hence to-do number 1 is to fix the rendering of the image on a ProjectCard. Does it have to do with unsupported file formats?

To-do number 2 is to understand what the issue is with the image_data column. If you try and boot this up in Postgres on your terminal and run select * from "projects", you'll find that nothing is displayed. But you can select individual columns. This is of course not what we would like.

Only listed as mildly urgent as having an image for a project would be nice, but is not absolutely critical to the logic of project applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant