- Mar 17, 2020
-
-
atesker authored
EDUCATOR-4903. Move defaults to correct place - cr
-
Jansen Kantor authored
* correctly resolve teamset-level and course-level max_team_size
-
- Mar 11, 2020
-
-
atesker authored
cr1 cr2 cr3 cr3-remove unused var
-
- Mar 05, 2020
-
-
Jansen Kantor authored
* pass teamset type existence flags to the teams tab view
-
atesker authored
EDUCATOR-4943 - update error message. cr1 EDUCATOR-4943 - update error message. cr2 unit tests readability
-
- Mar 03, 2020
-
-
atesker authored
EDUCATOR-4920 Control permission to REST endpoint CR1 EDUCATOR-4920 Control permission to REST endpoint CR1
-
- Feb 21, 2020
-
-
atesker authored
-
- Feb 20, 2020
-
-
Nathan Sprenkle authored
* Check learner enrollment status to avoid mixing learners from incompatible tracks (e.g. masters/audit) to the same team * When a new team is encountered on a team management CSV, create it with the protection status of the user
-
- Feb 13, 2020
-
-
Jansen Kantor authored
fix csv-upload bugs
-
- Feb 06, 2020
-
-
Jansen Kantor authored
* wip * get * quality * change oauth2 to deprecated? * quality * remove duplicate enrollment check function * code review
-
- Feb 04, 2020
-
-
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
-
- Jan 30, 2020
-
-
Nathan Sprenkle authored
* Add ability for team-members to look up each other's anonymous user IDs for team assignments
-
- Jan 24, 2020
-
-
Jansen Kantor authored
add stubbed api functions, tests
-
- Jan 14, 2020
-
-
Jansen Kantor authored
* update teams service and api to consider topic
-
- Dec 30, 2019
-
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
-
- Dec 18, 2019
-
-
Jansen Kantor authored
* add api function and teams service
-
- Dec 06, 2019
-
-
Alex Wang authored
Students can't create team in an instructor-managed topic
-
- Dec 02, 2019
-
-
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
-
- Nov 26, 2019
-
-
Alex Wang authored
* no student change to instructor managed team * Address comments & fix unit tests * fix jenkins test failure * Fix eslint errors * Fix xss warnings * Fix bokchoy test
-
- Nov 12, 2019
-
-
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
-
- Nov 07, 2019
-
-
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
-
- Oct 22, 2019
-
-
Kyle McCormick authored
* For all files, from __future__ import unicode_literals. * Add @python_2_unicode_compatible to both models. * Test six.string_type(obj) for both models. Also, fix some new pylint warnings and improve model repr methods. MST-24
-
- Oct 18, 2019
-
-
Kyle McCormick authored
Develop the capability to allow instructors to designate teams to have private discussions. This way, so non-teammembers cannot view discussion. And the intend is for course teams to manage the team membership as well. MST-10
-
Alex Wang authored
MST-6
-
- Sep 30, 2019
-
-
Nimisha Asthagiri authored
-
- Sep 26, 2019
-
-
Ned Batchelder authored
-
- Aug 19, 2019
-
-
David Ormsbee authored
Convert response bytes to str before JSON parsing.
-
- May 16, 2019
-
-
Stu Young authored
* run python modernize * run isort * Fix imports
-
- May 03, 2019
-
-
Nimisha Asthagiri authored
-
- May 02, 2019
-
-
Nimisha Asthagiri authored
-
- May 01, 2019
-
-
Nimisha Asthagiri authored
-
- Feb 19, 2019
-
-
cclauss authored
-
- Feb 13, 2019
-
-
Matthew Piatetsky authored
-
- Feb 12, 2019
-
-
Michael Youngstrom authored
-
- Nov 02, 2018
-
-
Ned Batchelder authored
-
- Aug 16, 2018
-
-
Jeremy Bowman authored
-
- Aug 01, 2018
-
-
Jeremy Bowman authored
-
- Jun 06, 2018
-
-
bmedx authored
-
- Jun 05, 2018
-
-
Eric Fischer authored
Django 1.10 deprecation fix for Hackathon XIX Addresses PLAT-1397
-