diff --git a/Controller/ApiController.php b/Controller/ApiController.php index b5c2390..b45d302 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -57,6 +57,22 @@ use phpOMS\Utils\Parser\Markdown\Markdown; * * @todo Orange-Management/Modules#160 * Fix media upload + * + * @todo Orange-Management/oms-Media#1 + * [Test] Create collection creation test + * + * @todo Orange-Management/oms-Media#2 + * [Test] Split ApiController test for Media and Collection + * + * @todo Orange-Management/oms-Media#3 + * [MultiUpload] Allow to create a collection when uploading multiple files + * + * @todo Orange-Management/oms-Media#14 + * [Download] Allow to download files + * + * @todo Orange-Management/oms-Media#15 + * [Download] Allow to download collections + * Downloading a collection should return a zip or tar.gz */ final class ApiController extends Controller {