vsite-hr / mentor

Online learning platform.
MIT License
3 stars 2 forks source link

Lecture thumbnails #15

Closed gkresic closed 7 years ago

gkresic commented 7 years ago

lectures/{id}/thumbnail should serve thumbnail for given lecture. Use thumbnail from head unit or serve static "unit.jpg" if there is no head unit. See UnitResource.photo for details. Blocked by #11

Genato commented 7 years ago

Covered in commit LectureResource.photo()