gfu-servant-engineering / tech-connect-frontend

Web platform for connecting the technological needs of front line mission groups with solution providers from churches, like-minded universities, and other mission minded organizations
https://tech-connect.netlify.com/
MIT License
0 stars 0 forks source link

Add support for more images in projects #43

Open dince16 opened 5 years ago

dince16 commented 5 years ago

Feature request

What is the expected behavior? Images should be intermixed with text and other WYSIWYG elements in projects. This means that strapi needs to be able to store images imbedded in text correctly, and the frontend form needs a WYSIWYG editor. Currently, strapi can embed images in text fields correctly but it does so by formatting the image with markdown and will need to be reformatted when displayed.

Check out kickstarter for inspiration

This issue is tied to issue #32

What is motivation or use case for adding/changing the behavior? MAF wants a rich media experience and right now it's very poor.

How should this be implemented in your opinion?

  1. Ideally, we want to be able to drag-and-drop embed images in the middle of any markdown section. We need a Strapi architecture that supports an unlimited number of images per project, and a way to link them into markdown sections (ideally).
  2. Alternately, we can treat each section as an array of blurbs with an image associated with each blurb; then you can add more blurbs to add more images.