messa / pyladies-courseware

Homework/task submit and review web app · based on React and Python aiohttp
https://projekty.pyladies.cz/
MIT License
18 stars 26 forks source link

Figure out how to work with task images #48

Open messa opened 5 years ago

messa commented 5 years ago

Right now images for tasks (mostly diagrams) are in the static folder (frontend/static/tasks). That's not very scalable. Images should be closer to task data, for example right in data/2018_pyladies_praha_autumn/homeworks.

Things to think about:

encukou commented 4 years ago

Note that some tasks also have downloadable files: tests or "skeletons" with blanks to fill in.