Skip to content

Commit

Permalink
🔖(minor) prepare 0.1.0 distribution release
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wilbrdt committed Mar 5, 2024
1 parent d407914 commit fce0ac4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.1.0] - 2024-03-04

### Added

- Implement base view filters: date/times
Expand All @@ -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
[unreleased]: https://github.com/openfun/warren/compare/v0.1.0...main
[0.1.0]: https://github.com/openfun/warren/compare/abae78e...v0.1.0

0 comments on commit fce0ac4

Please sign in to comment.