From fce0ac4f93a2bfe1490eeb603fc36ce9c74bb985 Mon Sep 17 00:00:00 2001 From: Wilfried BARADAT Date: Tue, 5 Mar 2024 10:45:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20prepare=200.1.0=20distrib?= =?UTF-8?q?ution=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - Implement base view filters: date/times - Implement base plugin architecture - Bootstrap base backend boilerplate - Implement video views endpoint - Bootstrap base frontend boilerplate using q - Run ralph in the docker compose - Add the LRS backend - Switch the video view plugin from an elasticsearch to a LRS backend - Remove the elasticsearch backend - Add the LTI django application - Rename the API directory to a more descriptive name. - Add a select and date range picker to the web dashboard. - Implement video downloads endpoint - Rename video_uuid to follow xAPI semantic - Use concise names in indicator and models - Refactor the LRS client to be asynchronous - Fix count of 0 in all video endpoints - Require Python minimum version of 3.9 - Encapsulate statements pre-processing in a Mixin class - Factorize Video indicators --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92416356..81358fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.1.0] - 2024-03-04 + ### Added - Implement base view filters: date/times @@ -31,4 +33,5 @@ and this project adheres to - Encapsulate statements pre-processing in a Mixin class - Factorize Video indicators -[unreleased]: https://github.com/openfun/warren \ No newline at end of file +[unreleased]: https://github.com/openfun/warren/compare/v0.1.0...main +[0.1.0]: https://github.com/openfun/warren/compare/abae78e...v0.1.0