-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/821 bb rest 3lo try2 #1781
Feature/821 bb rest 3lo try2 #1781
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some blackboard specific code has been copied from D2L with all the references to D2L remaining.
I'd suggest either: Reword all the comments and identifiers, or refactor out the common code into its own area and have both D2L and Bb code refer to it to reduce duplication.
.../Core/com.equella.core/src/com/tle/core/connectors/blackboard/BlackboardRestUserContext.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some general feedback.
Source/Plugins/Core/com.equella.core/src/com/tle/core/auditlog/AuditLogService.java
Outdated
Show resolved
Hide resolved
...om.equella.core/src/com/tle/core/connectors/blackboard/BlackboardRESTConnectorConstants.java
Outdated
Show resolved
Hide resolved
...s/Core/com.equella.core/src/com/tle/core/connectors/blackboard/BlackboardRestAppContext.java
Outdated
Show resolved
Hide resolved
.../Core/com.equella.core/src/com/tle/core/connectors/blackboard/BlackboardRestUserContext.java
Outdated
Show resolved
Hide resolved
.../Core/com.equella.core/src/com/tle/core/connectors/blackboard/BlackboardRestUserContext.java
Outdated
Show resolved
Hide resolved
.../Core/com.equella.core/src/com/tle/core/connectors/blackboard/BlackboardRestUserContext.java
Outdated
Show resolved
Hide resolved
.../Core/com.equella.core/src/com/tle/core/connectors/blackboard/BlackboardRestUserContext.java
Outdated
Show resolved
Hide resolved
...lugins/Core/com.equella.core/src/com/tle/core/connectors/blackboard/beans/ErrorResponse.java
Outdated
Show resolved
Hide resolved
.../src/com/tle/core/connectors/blackboard/service/impl/BlackboardRESTConnectorServiceImpl.java
Outdated
Show resolved
Hide resolved
Source/Plugins/Core/com.equella.core/src/com/tle/web/connectors/dialog/LMSAuthDialog.java
Outdated
Show resolved
Hide resolved
Source/Plugins/Core/com.equella.core/resources/view/dialog/lmsauth.ftl
Outdated
Show resolved
Hide resolved
...lla.core/src/com/tle/web/connectors/blackboard/servlet/BlackboardRestOauthSignonServlet.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Old PR: #1752
Checklist
Description of change
Blackboard REST MVP ( looking to keep the number of commits into Dev small since I'll likely need to backport this into 2019.1 / 2019.2 / 2020.0 ) ( https://github.com/openequella/openEQUELLA/issues?q=is%3Aopen+label%3A%22Integration+-+Bb+LTI%2FREST%22+milestone%3A2020.2 ):
Included: