[BD-03] [TNL-2624] [BB-3168] Piazza Plugin for discussions - #25552
Closed
xitij2000 wants to merge 11 commits into
Closed
[BD-03] [TNL-2624] [BB-3168] Piazza Plugin for discussions#25552xitij2000 wants to merge 11 commits into
xitij2000 wants to merge 11 commits into
Conversation
|
Thanks for the pull request, @xitij2000! I've created BLENDED-665 to keep track of it in Jira. When this pull request is ready, tag your edX technical lead. |
This is the first of many steps required to enabled pluggable Discussion apps. This first step adds a configuration system and API that can be used by plugins. This will allow creating a link between a course and a discussion provider that will be utilised in future PRs to specify which plugin to use for a particular course's dicussions.
Fix for setting provider to none
… page, it will now raise 404.
xitij2000
force-pushed
the
kshitij/piazza-plugin
branch
from
November 10, 2020 12:01
4b6a996 to
aace26c
Compare
xitij2000
force-pushed
the
kshitij/piazza-plugin
branch
from
November 10, 2020 13:10
aace26c to
551c3f8
Compare
Move common code to mixin
xitij2000
force-pushed
the
kshitij/piazza-plugin
branch
from
November 10, 2020 18:49
fa3e46b to
dd29906
Compare
Contributor
Author
|
@davidjoy This is the Piazza plugin pr. I've added testing instructions here. |
|
Your PR has finished running tests. There were no failures. |
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.
Adds a plugin to enable Piazza discussions in the discussions tab.
Build on https://github.com/edx/edx-platform/pull/24584
Dependencies: https://github.com/edx/edx-platform/pull/24584
Screenshots: Always include screenshots if there is any change to the UI.
Sandbox URL: sandbox is being provisioned.
Test Instructions:
pip install -e .in the edx-platform directory in the lms and studio containers so that changes to setup.py are picked up.{"consumer_key":"piazza.sandbox","consumer_secret":"test_only_secret"}Reviewers
Settings