Skip to content
Snippets Groups Projects
  1. Jun 05, 2020
  2. Jun 04, 2020
  3. Jun 03, 2020
  4. Jun 02, 2020
    • stvn's avatar
      Remove 'View In Studio' link from vertical · 4490e4ca
      stvn authored
      in favor of display in the Staff Instructor Toolbar.
      4490e4ca
    • stvn's avatar
      Add Studio and Insights buttons to Instructor Toolbar · 43ac90e3
      stvn authored
      in a feature backport from the new Courseware/Learning MFE.
      43ac90e3
    • Jansen Kantor's avatar
    • David Ormsbee's avatar
      Create learning_sequences app, Course Outline API. · 5d1b2498
      David Ormsbee authored
      Introduces the learning_sequences app, intended to provide metadata for
      sequences and course outlines. The short term goal is to provide faster
      source of this information for the new Courseware microfrontend
      (frontend-app-learning). The medium term goal is to provide an in-proc
      API that is useful to other parts of the platform that need fast access
      to course outline information customized for a user. The long term
      goals are outlined in the README.rst.
      
      This first iteration of the API only lays out the basic structure for
      how we'd arrange the pieces, with enough of an implementation to feel
      "real" (simple schedules, staff_only content hiding). It's not ready to
      be turned on, and is not currently plugged into the publish-flow. The
      only way to get data into this new API is via the update_course_outline
      management command. The REST endpoint is also currently limited to
      global staff only, though it's possible to get the outline for a student
      by using the ?username= query parameter.
      
      TNL-7122
      5d1b2498