Skip to content

1.1.0

Compare
Choose a tag to compare
@mbenadda mbenadda released this 12 Jan 15:00
· 4247 commits to master since this release

Added

  • Prepare the app to handle timedtexttracks (full functionality yet to come)
  • Add an API schema view
  • Extend timed text track language choices to all Django languages
  • Create a JWT token for every roles not just instructors (needed to add
    context to xAPI requests)
  • Allow timed text track list GET requests on the API (permissions are fixed
    in a separate commit)
  • Switch to redux for frontend state management
  • Add a link to the dashboard from the video form
  • Split Dashboard video matters into a separate component
  • Run yarn install in docker node to use node 8

Fixed

  • Minor fixes and improvements on features and tests