Skip to content

Instantly share code, notes, and snippets.

@timothyylim
Last active July 4, 2017 07:26
Show Gist options
  • Save timothyylim/e8b61aa62c1de8a7fb20397ff2a8ff15 to your computer and use it in GitHub Desktop.
Save timothyylim/e8b61aa62c1de8a7fb20397ff2a8ff15 to your computer and use it in GitHub Desktop.

Content Type Plan

Stage 1: Implement design

Sub tasks:

  • Load jquery into a html page
  • Load the library into a blank HTML page and create a basic gallery
  • Add lightbox option
  • Adjust the options to fit the design (postponed)
  • Clean up code and make it exportable

The exportable file structure should look like this:

__ 
  | -- index.html
  | -- js
  |     | -- distributed versions of dependencies 
  | 
  | -- css
        | -- distributed versions of css 
      

Stage 2: Port it to H5P

  • Set up Drupal
  • Set up H5P development environment
  • Hello world example
  • Port code and get it up and running

Stage 3: Build editor

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