Skip to content

Commit fce0ac4

Browse files
committed
🔖(minor) prepare 0.1.0 distribution release
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
1 parent d407914 commit fce0ac4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.1.0] - 2024-03-04
12+
1113
### Added
1214

1315
- Implement base view filters: date/times
@@ -31,4 +33,5 @@ and this project adheres to
3133
- Encapsulate statements pre-processing in a Mixin class
3234
- Factorize Video indicators
3335

34-
[unreleased]: https://github.com/openfun/warren
36+
[unreleased]: https://github.com/openfun/warren/compare/v0.1.0...main
37+
[0.1.0]: https://github.com/openfun/warren/compare/abae78e...v0.1.0

0 commit comments

Comments
 (0)