Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 11, 2020
  3. Mar 05, 2020
  4. Mar 03, 2020
  5. Feb 21, 2020
  6. Feb 20, 2020
  7. Feb 13, 2020
  8. Feb 06, 2020
  9. Feb 04, 2020
    • atesker's avatar
      initial layout · 5a2d98b1
      atesker authored
      interim commit
      
      clean up
      
      Initial unit tests and pylint
      
      pylint cleanup
      
      Unit tests extended and passing. Pylint
      
      WIP - fix Unit tests extended and passing. Pylint
      
      Updated logic to validate before commit.
      
      CR pass1
      
      CR pass1, pep8
      
      pep8 2
      
      interim cr
      
      interim cr2
      
      refactor to using DictReader
      
      removed uneeded mixin
      
      pr comments
      
      encoding fix and return value
      
      Cache teams/membershipos
      
      ncr
      
      cr aed
  10. Jan 30, 2020
  11. Jan 24, 2020
  12. Jan 14, 2020
  13. Dec 30, 2019
  14. Dec 18, 2019
  15. Dec 06, 2019
  16. Dec 02, 2019
    • Kyle McCormick's avatar
      Create UI for CSV team management (#22310) · dcf5d70b
      Kyle McCormick authored
      Adds "Manage" sub-tab to course "Teams" tab
      with UI for downloading and uploading team
      membership CSVs. The upload and download function-
      ality are currently not implemented.
      
      The new tab only appears when the user is course staff
      and the course has at least one instructor-managed
      team-set, which is not the case for any existing
      courses, so not current course staff will see this
      change.
      
      This ticket will be followed-up upon in MST-44 and
      MST-49.
      
      MST-41
  17. Nov 26, 2019
  18. Nov 12, 2019
    • Simon Chen's avatar
      Add the organization protected attribute to team · c5f03adb
      Simon Chen authored
       This is needed so Masters learners will not be in the same team as verfied and audit learners. If the team is designated as organization protected, it will not be visible or accessible by verified or audit track learners
      MST-34
      c5f03adb
  19. Nov 07, 2019
    • Kyle McCormick's avatar
      Remove most references to old teams config scheme (#22238) · 4f3262a4
      Kyle McCormick authored
      This is a follow up from MST-16, which was commited
      in 3858036a.
      
      Changes:
      * Enrich course teams_configuration from a plain Dict
        to a custom XBlock field that uses the new TeamsConfig
        wrapper class.
      * Remove teams_conf property from course, as the previous
        change made it redundant.
      * Update teams_enabled implementation.
      * Remove teams_max_size field from course, which is
        no longer semantically correct, as max team size
        is now defined on a teamset level.
      * Remove teams_topics in order to discourage use of raw
        teams config dict.
      * Add convenience properties teamsets and teamsets_by_id
        to course.
      * Allow periods and spaces in teamset IDs to avoid breaking
        existing course teams.
      
      Some parts of the code still use the old raw config data
      (identifiable by searching "cleaned_data_old_format"),
      which we expect to be slowly factored away as we build
      new teams features. MST-40 has been created to remove any
      remaining references if necessary.
      
      MST-18
      
      * fix: bokchoy test
      
      * fix: remove pdb break
  20. Oct 22, 2019
  21. Oct 18, 2019
  22. Sep 30, 2019
  23. Sep 26, 2019
  24. Aug 19, 2019
  25. May 16, 2019
  26. May 03, 2019
  27. May 02, 2019
  28. May 01, 2019
  29. Feb 19, 2019
  30. Feb 13, 2019
  31. Feb 12, 2019
  32. Nov 02, 2018
  33. Aug 16, 2018
  34. Aug 01, 2018
  35. Jun 06, 2018
  36. Jun 05, 2018
Loading