You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to filter for only recordings which are available under a certain license. To do, this add a field license to the docserver.SourceFile model.
This should be foreign key to a License model which allows us to add a new license when needed. When uploading new source files we will have to be able to specify a license (either through the dunya dashboard, or the upload API).
Add functionality to the docserver API to allow filtering all recordings that have a particular license
The text was updated successfully, but these errors were encountered:
We want to be able to filter for only recordings which are available under a certain license. To do, this add a field
license
to thedocserver.SourceFile
model.This should be foreign key to a
License
model which allows us to add a new license when needed. When uploading new source files we will have to be able to specify a license (either through the dunya dashboard, or the upload API).Add functionality to the docserver API to allow filtering all recordings that have a particular license
The text was updated successfully, but these errors were encountered: