Files
edx-platform/lms
Peter Fogg ffe2aef41e Fix displaying wrong membership on "My Team" view.
The heart of this fix is to change the "My Team" view to use a
collection of teams instead of memberships. The team card is
refactored to only take a team, rather than attempt to be polymorphic
over teams and team memberships. This change enabled removing a good
amount of old code. This also requires adding a `username` parameter
to the teams list endpoint which allows getting a list of all teams
for a single user, in order to allow refreshing the "My Teams" view
correctly. Currently this list is of length at most one.

TNL-3410
2015-10-01 11:56:15 -04:00
..
2015-10-01 12:41:56 +05:00
2015-10-01 12:41:56 +05:00
2015-05-08 09:01:50 -04:00
2015-05-08 09:01:50 -04:00
2015-03-17 07:10:31 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.