Add File
, LocalFile
, ContentTag
, and AssessmentMetadata
models to kolibri_public
#3929
Labels
Milestone
Parent: #3808
Depends: #3927
Desired behavior
ContentTag
to thekolibri_public
appContentTag
from Studio'skolibri_content
id
andtag_name
LocalFile
to thekolibri_public
appLocalFile
from Studio'skolibri_content
id
,extension
, andfile_size
File
to thekolibri_public
appFile
from Studio'skolibri_content
id
,contentnode_id
,preset
,lang_id
,local_file_id
,supplementary
, andpriority
lang
field (lang_id
) should be a FK to the coreLanguage
modellocal_file
field (local_file_id
) should be a FK to theLocalFile
modelAssessmentMetadata
to thekolibri_public
appAssessmentMetadata
from Studio'skolibri_content
id
,contentnode_id
,assessment_item_ids
,number_of_assessments
,mastery_model
,randomize
, andis_manipulable
Current behavior
The models do not exist
References
ContentTag
Kolibri model /ContentTag
Studio modelLocalFile
Kolibri model /LocalFile
Studio modelFile
Kolibri model /File
Studio modelAssessmentMetadata
Kolibri model /AssessmentMetadata
Studio modelValue add
These models will support remote content browsing on Studio
The text was updated successfully, but these errors were encountered: