WIP Made coach dashboard available on ccx - #143
Closed
amir-qayyum-khan wants to merge 151 commits into
Closed
Conversation
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
…ages add django-storages into uninstall list
…Django19Warning Fix RemovedInDjango19Warning
Update expected_version.
We need to be sure the migrations will work even in the presence of data from the future. get_or_create is a problem, because if the data already exists, there could be more than one record, even if this migration only creates one.
More-correct data migrations
Member
There was a problem hiding this comment.
When does this exception occur?
Author
There was a problem hiding this comment.
@pdpinch When coach creates ccx for the first time, I am assigning him role "ccx_coach" on the ccx.
Now he has role = "ccx_coach" on both master course and ccx. He can access dashboard from both of them.
amir-qayyum-khan
force-pushed
the
fix/aq/add_coach_role_on_ccx
branch
from
November 12, 2015 13:30
e7de07e to
1f96ef2
Compare
Author
There was a problem hiding this comment.
Assuming that one ccx has only one coach
This is an expedient fix to a problem with migrations during the Django 1.8 upgrade.
…s-uninstall Fix the uninstall of django-storages
…ications Disable wiki notifications
TNL-3787
SWAT-92
…ssue Fix DRF format query param issue
Use correct version of ora2
- API built atop Django REST Framework - Added support for OAuth 2.0 and session authentication - Added permissions around eligibility data ECOM-2609
amir-qayyum-khan
force-pushed
the
fix/aq/add_coach_role_on_ccx
branch
from
November 25, 2015 10:20
909d264 to
7383cf4
Compare
LMS: adjusting Wiki alert styles
Rewrote Credit API
removed print statement
SOL-1390: Cert Exceptions: View and Edit Exception list
amir-qayyum-khan
force-pushed
the
fix/aq/add_coach_role_on_ccx
branch
3 times, most recently
from
November 25, 2015 15:28
08ac5cf to
1644768
Compare
Disable the pip version check message for uninstalls
Add instructions to github.txt
There is no need for a separate migration for the validation. Updated the regex in the initial migration to appease Django. ECOM-2609
Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
…1712 MA-1712: Update Mobile API to include course_about
Add Programs tab to Studio
Updated credit migration for CreditProvider.provider_id
MA-1593; include post in comment count
SOL-1433:remove audit course mode
amir-qayyum-khan
force-pushed
the
fix/aq/add_coach_role_on_ccx
branch
from
November 26, 2015 09:49
1644768 to
1630187
Compare
amir-qayyum-khan
force-pushed
the
fix/aq/add_coach_role_on_ccx
branch
from
November 26, 2015 10:26
1630187 to
2780629
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #33
@pdpinch @pwilkins @giocalitri