diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c60489be975f974bdea0d4fda22ec4be943809..cdc13db7850b44e03637bd1ffef3d78c9fcd6dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.13.0] - 2020-10-22 +### Added +- Accessibility attributes added (`aria-*`) +### Changed +- Page headers and titles changed (now show the name of the course) +- Colors of bars in learners report changed + ## [0.12.0] - 2020-10-22 ### Added - Uninstall script added that removes the User Tour and customfield (in case that option was used) diff --git a/TODO.md b/TODO.md index 2229f3f1cb0d14ece05204ef66e57c29f9357f08..2964a25fb09bc640876b1840022d8665af23c547 100644 --- a/TODO.md +++ b/TODO.md @@ -28,15 +28,15 @@ ## WS 20/21 Before Moodle store - [ ] Wording: "Learning Analytics Angebot" / "Modul" / "Service" -- [ ] Test plugin with more multi-language content and check where to use `format_string` when printing activity names +- [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 -- [ ] Accessibility: Add alt texts to images/icons, add aria-labels where needed +- [x] Accessibility: Add alt texts to images/icons, add aria-labels where needed - [x] Check if color blindness is respected - - [ ] Give graph meaningful aria labels - - [ ] Add aria-hidden to data that is not needed for screen readers -- [ ] Check Moodle guidelines + - [x] Give graph meaningful aria labels + - [x] Add aria-hidden to data that is not needed for screen readers +- [x] Check Moodle guidelines => we should be fine, expect for some naming conventions, but we ignore them for now... - [ ] If customfield setting is used, add information to course backup / import (if that is even possible...) -------------------