ARETEedu / moodle-mod_arete

A repository service for Augmented Reality Learning Experience Models (compliant with IEEE p1589-2020)
GNU General Public License v3.0
3 stars 2 forks source link

Separate delivery of activity json and workplace json from list view #106

Closed fwild closed 1 year ago

fwild commented 1 year ago

At the moment, the list contains also the full activity json array and the full workplace json array for every single item. This is very inefficient. MirageXR subsequently anyways fetches the zip file which contains these two. The activity and workplace json should of course be stored, but not be returned when fetching the list view.

Callustian commented 1 year ago

Hi @fwild The fields that are printed at this time are id | contextid | fileid | userid | itemid | sessionid | filename | title | views | filesize | upublic | rate | activity_json | workplace_json | timecreated | timemodified | thumbnail Is it only activity_json and workplace_json I have to exclude?