Skip to content
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

Chris - UnlockEd v.1 lti 1.3 retrofit - UN-103 #4

Closed
wants to merge 15 commits into from

Conversation

chrissantillan
Copy link

No description provided.

* Added backslashes to instances of PDOException
* Added configuration for XDebug
and platform based on TAO
library specifications
* Added dedicated link to admin sidebar
  for registering an LTI tool to better
  conform to UN-50 specifications
* created php and js files for LTI tool
* Implemented register function in tool.php (commented out currently
irrelevant functions
* created UI form for LTI tool registration, register_tool.php
* Added a toolExists function to tool.php, which checks if
initiate_login_url already exists
(See UN-50, UN-51)
* Modified register_tool.php to handle POST submission
* created register function to persist data to lti2_tool table
* created tool.js file that contains an IIFE to handle the form submission using ajax
form and altered the tool object file to persist those changes to
more accurately fulfil the requirements of UN-50
service calls to get a list of provider platforms and change
enabled/disabled state for UN-101
// specify your own database credentials
private $host = "localhost";
private $db_name = "learning_center_api_lti_platform";
private $username = "root";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to abstract these so they aren't hard coded.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pd3000 in order to do this we will need to create an .env file and set up the code accordingly. Should we make another ticket for that task.?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants