Skip to content

Images

Jesse Tilro requested to merge images into development

Adds the following (Issues BEP-214 and BEP-242)

  • Image model with an attached file (paperclip gem) and a polymorphic association to an 'imageable' resource
  • Management of project associated images for client
  • Management of project associated images for admin
  • Display of project associated images for client
  • Display of project associated images for student/coach using slider (jquery-slick-slider gem)
  • Display of project associated images for admin
  • Management of course associated image for admin
  • Display of course associated image for admin
  • Display of course associated image for student/coach/company
  • Lightbox to view an image full size (lightbox2-rails gem)

The below tasks could be done for the next MR (Issue BEP-213)

  • Management of company associated image for client
  • Display of company associated image for client
  • Display of company associated image for admin
  • Display of company associated image for student/coach

Finally, some low priority things

  • Increase spacing between slick carousel slides to something non-zero
  • Add seeds for images
Edited by Jesse Tilro

Merge request reports