Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: openfun/warren

Tags

v0.5.0

Toggle v0.5.0's commit message
🔖(minor) prepare 0.5.0 distribution release

Changed:

- [xi] Make timeout of requests to Moodle configurable
- [xi] Change default timeout of requests to Moodle from 5s to 60s

v0.5.0-api

Toggle v0.5.0-api's commit message
🔖(minor) prepare 0.5.0 distribution release

Changed:

- [xi] Make timeout of requests to Moodle configurable
- [xi] Change default timeout of requests to Moodle from 5s to 60s

v0.4.0

Toggle v0.4.0's commit message
🔖(minor) prepare 0.4.0 distribution release

Changed:

- Upgrade `django-lti-toolbox` to 2.0.0 to be compatible with Moodle instances
under a subpath

v0.3.2

Toggle v0.3.2's commit message
🔖(patch) prepare 0.3.2 distribution release

Fixed:

- Fix LTI roles model to handle additional roles from Moodle LTI launch requests

v0.3.1

Toggle v0.3.1's commit message
🔖(patch) prepare 0.3.1 distribution release

Added:

- Add development view for lti select page

v0.3.0-ui

Toggle v0.3.0-ui's commit message
🔖(frontend:minor) bump core release to 0.3.0

Minor Changes

- Add a context to pass data of decoded jwt through the app components
- Add an error boundary wrapper component

v0.3.0

Toggle v0.3.0's commit message
🔖(minor) prepare 0.3.0 distribution release

Added:

- Add dedicated views depending on LTI roles

Changed:

- Remove restricted access to instructors and administrators

v0.2.0

Toggle v0.2.0's commit message
🔖(minor) prepare 0.2.0 distribution release

Added

- Send LTI course id to the frontend
- Add a warren migration check CLI command

Changed

- Restrict dashboards access to instructors and administrators
- Change cache key to indicator attributes instead of LRS query parameters

Fixed

- Fix Breadcrumb trail order to be `organization > course > session`

v0.1.2-ui

Toggle v0.1.2-ui's commit message
🔖(frontend:patch) bump core release to 0.1.2

Patch Changes

- Export types in build package

v0.1.0

Toggle v0.1.0's commit message
🔖(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