Skip to content

Instantly share code, notes, and snippets.

@connorcartwright
Last active August 23, 2016 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save connorcartwright/8fb408fbe4d18ac76530c207e5ebf191 to your computer and use it in GitHub Desktop.
Save connorcartwright/8fb408fbe4d18ac76530c207e5ebf191 to your computer and use it in GitHub Desktop.
GSoC - jQuery Learning Center

For my Google Summer of Code Project I have created two repositories which will later be relocated into the jQuery foundation repos.

The first repository is the WordPress plugin The second repository is the Node server

The WordPress plugin provides the user with a graphical interface via a Wordpress admin menu.

From the menu the user will have to authenticate with GitHub before they are provided with an easy way to view the pages on the learning center site, paired with the questions that have been registered to that page.

The user can create or update multiple choice or coding questions with ease.

When a question is created or updated, a HTML page will also be created/updated to be embedded via an iframe on the learn site.

The Node server receives requests from the WordPress plugin and provides it with the information it needs to function correctly.

My initial proposal can be found at: https://summerofcode.withgoogle.com/projects/?sp-search=jQuery#5675889916379136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment