edina / fieldtrip-cobweb-project

A cobweb theme for fieldtrip app
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

change SD to follow the new dir structure #110

Closed panterz closed 8 years ago

panterz commented 8 years ago

have an example of a form that includes images and decision tree with images. At the moment the structure on the pcapi is:

editors/ 5106d3aa-99ac-4186-b50d-6fcfdf9946f4.edtr .[jpg,png] 5106d3aa-99ac-4186-b50d-6fcfdf9946f4-1.zip where the images are included inside the form and the zip file contains the decision tree with its images.

Ideally I would like this:

editors/ 5106d3aa-99ac-4186-b50d-6fcfdf9946f4.edtr 5106d3aa-99ac-4186-b50d-6fcfdf9946f4/ 5106d3aa-99ac-4186-b50d-6fcfdf9946f4-1.zip .[jpg,png] The reason I cannot apply it now is because the FTOpen is download all these through the editors interface of pcapi that cannot go inside subfolder, it looks only on the directory level of editors.

panterz commented 8 years ago

https://github.com/cobweb-eu/cobweb/issues/166

panterz commented 8 years ago

The SD is now using only editors interface and following the new dir structure.