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

FEATURE: Add picture attachments to posts #602

Open
2 of 7 tasks
JoelWiebe opened this issue Oct 2, 2024 · 0 comments
Open
2 of 7 tasks

FEATURE: Add picture attachments to posts #602

JoelWiebe opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request high priority high priority task

Comments

@JoelWiebe
Copy link
Contributor

JoelWiebe commented Oct 2, 2024

Feature

Overview
Add ability to upload and view images in all posts

Details
Migrate image storage from deprecated Firebase implementation to MongoDB and add the ability to attach an image to each post

Tasks

  • Implement MongoDB database implementation for image storage
  • Test implementation using the existing background image for canvases feature
  • Add button to each post in edit view to upload an image
  • Add a button to each post in the edit view to delete the image (include a confirmation dialogue)
  • Perform angular compression of the image and store in MongoDB
  • Display image at a default max height and max width in the view post modal
  • Display an icon on the post card on the canvas, bucket view, workspace, etc. if the post contains an image
@JoelWiebe JoelWiebe added the enhancement New feature or request label Oct 2, 2024
@markiianbabiak markiianbabiak added the high priority high priority task label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority high priority task
Projects
Status: Todo
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants