Skip to content
Snippets Groups Projects
Commit 4bfcd7a8 authored by Thomas Dondorf's avatar Thomas Dondorf
Browse files

Version release: v0.17.0

parent 18aeaa88
Branches
Tags v0.17.0
No related merge requests found
# Changelog
All notable changes to this project will be documented in this file.
## [0.17.0] - TODO
## [0.17.0] - 2021-05-28
### Added
- Option `setting_dashboard_boxes` to define the layout of the dashboard (width of shown boxes and which boxes are shown) and add subplugins of type `lareport`
- `weekheatmap` respects user setting regarding the first day of the week
### Fixed
- Wrong hours in `weekheatmap` report due to timezone shifts
### Removed
- Removed hardcoded report_list
- Removed leftover code from "dashboard compare" option
### Changed
- The preview boxes of the dashboard are technically moved into subplugins making it easier to embed additional plugins into the dashboard
- Changed maturity of the plugin from Beta to Stable
### Added
- Option `setting_dashboard_boxes` to define the layout of the dashboard (width of shown boxes and which boxes are shown) and add subplugins of type `lareport`
- `weekheatmap` respects user setting regarding the first day of the week
### Fixed
- Wrong hours in `weekheatmap` report due to timezone shifts
## [0.16.0] - 2021-02-15
### Removed
......
......@@ -30,9 +30,8 @@
## WS 20/21 Before Moodle store
- [x] Wording: "Learning Analytics Angebot" / "Service"
- [x] Test plugin with more multi-language content and check where to use `format_string` when printing activity names
- [ ] Administration
- [ ] Option: Start of the week: Sunday/Monday => respect Setting of Calender in Moodle
- [ ] Option: Number of weeks shown in dashboard
- [x] Administration
- [x] Option: Start of the week: Sunday/Monday => respect Setting of Calender in Moodle
- [x] Accessibility: Add alt texts to images/icons, add aria-labels where needed
- [x] Check if color blindness is respected
- [x] Give graph meaningful aria labels
......@@ -66,8 +65,8 @@
- [ ] Create a special class directory for pages (classes/pages) so that they don't get mixed up with other classes
## For much later: API structure
- [ ] Make reports to show configurable on dashboard
- [ ] Each report should have a "small" stats to be shown on dashboard and a "report" page
- [x] Make reports to show configurable on dashboard
- [x] Each report should have a "small" stats to be shown on dashboard and a "report" page
- [x] Users of our plugin still have the `lalog_browser_os` table installed (RWTH + HRW) -> not anymore
-------------------
......@@ -171,7 +170,7 @@
- [x] **Implement setting to only track specific courses** (as specified in `lanalytics/course_ids`)
- [x] **Don't track teachers for now**
- [x] Detect Moodle-API use
- [ ] Add LICENSE file to root directory
- [x] Add LICENSE file to root directory
## GDPR
- [x] Create "Verfahrensverzeichnis"
......
......@@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die;
$plugin->component = 'local_learning_analytics';
$plugin->version = 2021052700;
$plugin->version = 2021052800;
$plugin->release = 'v0.17.0';
$plugin->maturity = MATURITY_STABLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment