Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Releases: openedx-unsupported/edx-analytics-dashboard

0.31.0

23 Mar 13:26
Compare
Choose a tag to compare
  • Added course summary cards
  • Respond with 404, not 500, if invalid course_id requested

0.30.1

09 Mar 18:59
Compare
Choose a tag to compare
  • Add filters to the Course List table (availability and pacing type)
  • Add tooltips to the column headers of the Course List table
  • Add a CSV download endpoint for the Course List table
  • Add a button to the Course List UI for downloading the CSV
  • a11y: Add sr-only text for when date is not available in course list
  • a11y: Set roster and course list paging component to element
  • a11y: Use edx gray colors for pagination to increase contrast
  • a11y: Add disabled/active screen-reader text to pagination links
  • Fix Insights tracking bug: moved segment.page() after logging user
  • Fix failing Travis builds by pinning backgrid bower package to 0.3.7
  • Change openedx.yaml release branch to master
  • Silence django collectstatic output
  • Upgrade edx-django-release-util to 0.3.0
  • Upgrade newrelic python package

0.29.0-rc.1

09 Feb 20:37
Compare
Choose a tag to compare

User-facing changes

  • Add a search bar to the Courses page to filter by course name or course ID

Back-end changes

  • Add click tracking to course links on the Courses page
  • Change user tracking identifier from username to LMS user id
  • Run acceptance tests in Firefox to fix flaky failures
  • Fix a bug that was preventing coverage data from being uploaded to Code Cov
  • Upgrade nodeenv python package to 1.1.1
  • Refactored learners filter into generic checkbox and drop down filters

0.28.0-rc.2

25 Jan 18:39
Compare
Choose a tag to compare
  • Added course listing page

0.28.0-rc.1

18 Jan 16:22
Compare
Choose a tag to compare
0.28.0-rc.1 Pre-release
Pre-release
  • Added course listing page

0.27.0-rc.1

03 Jan 21:29
Compare
Choose a tag to compare
  • Upgrade edx-django-release-util to 0.2.0
  • Remove unused download-form code
  • Update 'student' to 'learner' in Insights guide text
  • Bug fix: Insights no longer throws a 500 error when a soapbox message is used
  • Attempt to fix an issue in some Webkit browsers where the course home page is displayed as one column
  • Update all instances in the text from "country" to "country or region"
  • Add a validate_translations step to the build process
  • Enable serving static assets on devstack without Django's runserver

0.26.0-rc.3

02 Dec 17:48
Compare
Choose a tag to compare
  • Changes all instances of "students" in the text to "learners"
  • To aid in accessibility, a skip link was added to all pages that allows the user to skip past the header and navigation to the main content of the page.
  • Standardize all page names used for tracking events.
  • Add new click tracking events to all navigation menu links.
  • Fix a bug that was leaving strings in Insights untranslated.
  • Upgrade Bower to version 1.7.8 to fix an error that occurs during Travis builds.
  • Restore tooltip on map view.

0.26.0-rc.2

30 Nov 16:46
Compare
Choose a tag to compare
0.26.0-rc.2 Pre-release
Pre-release
  • Changes all instances of "students" in the text to "learners"
  • To aid in accessibility, a skip link was added to all pages that allows the user to skip past the header and navigation to the main content of the page.
  • Standardize all page names used for tracking events.
  • Add new click tracking events to all navigation menu links.
  • Fix a bug that was leaving strings in Insights untranslated.
  • Upgrade Bower to version 1.7.8 to fix an error that occurs during Travis builds.
  • Restore tooltip on map view.

0.26.0-rc.1

23 Nov 15:22
Compare
Choose a tag to compare
0.26.0-rc.1 Pre-release
Pre-release
  • Changes all instances of "students" in the text to "learners"
  • To aid in accessibility, a skip link was added to all pages that allows the user to skip past the header and navigation to the main content of the page.
  • Standardize all page names used for tracking events.
  • Add new click tracking events to all navigation menu links.
  • Fix a bug that was leaving strings in Insights untranslated.
  • Upgrade Bower to version 1.7.2 in an attempt to fix an error that occurs during Travis builds.

0.25.0-rc.1

27 Oct 18:51
Compare
Choose a tag to compare
  • Switch from deprecated course_structure API to new grades API endpoint for grading policy
  • Fix missing enrollment percentage metric on engagement summary cards when enrollment task was not run recently
  • Edits to the copy for discussion activity on the engagements page