Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Planning Meeting/High Value Integration Points"

(Add Category Orion)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
= High Value Integration Points for Orion =
 
= High Value Integration Points for Orion =
  
== Mockups (Balsamiq, Mockingbird) ==
+
Brainstorming of integration scenarios, followed by marking each one with who might provide it.
 +
* (I) = IBM Orion team is interested
 +
* (P) = Partners with potential interest to drive the integration
 +
* (C) = Community/contributors who "scratch their own itch"
 +
* (B) = Boris-style simple integrations for evangelizing
 +
 
 +
== (P)Mockups (Balsamiq, Mockingbird) ==
 
* Compare running site/prototype to mockup/wireframe
 
* Compare running site/prototype to mockup/wireframe
 
* Store wireframe file in Orion
 
* Store wireframe file in Orion
 
* simplify import/export scenarios
 
* simplify import/export scenarios
  
== GitHub ==
+
== (P) GitHub ==
 
* Make and share Gists
 
* Make and share Gists
 
* Links in Orion to GitHub Pages
 
* Links in Orion to GitHub Pages
Line 12: Line 18:
  
 
== Boilerplates/Project Generation ==
 
== Boilerplates/Project Generation ==
* initializr.com
+
* (B) initializr.com
* startupphonegap.org
+
* (P) startupphonegap.org
  
== Drupal/Joomla/Wordpress ==
+
== (P) Drupal/Joomla/Wordpress ==
 
* embed Orion editor for theme edits (CSS, HTML, etc.)
 
* embed Orion editor for theme edits (CSS, HTML, etc.)
 
* SCM for look and feel related changed files
 
* SCM for look and feel related changed files
  
== Library-aware plugins (JQuery, Dojo, etc.) ==
+
== Library-aware plugins(C)JQuery, (I)Dojo, etc. ==
 
* JSDoc-based code completion
 
* JSDoc-based code completion
 
* go to the source of a plugin
 
* go to the source of a plugin
Line 25: Line 31:
 
* metadata for plugins @ openajax
 
* metadata for plugins @ openajax
  
== node.js ==
+
== server technologies ==
* and Perl, Python, PHP, Ruby, Java syntax highlighting
+
* (C) node.js  
 +
** and Perl, Python, PHP, Ruby, Java...
 +
* (C)syntax highlighting for server side language
  
== PHP/mod_orion ==
+
== server ease of consumption ==
* easy to install - dmg for Mac, orion.exe?
+
* PHP/mod_orion
* easy to parameterize (ports, links to server files)
+
* (I) dmg for Mac, orion.exe?
 +
* (I) easy to parameterize (ports, links to server files)
  
 
== Testing ==
 
== Testing ==
* Jasmine/QUnit/DOH/JSUnit/JSTestDriver - unit testing stuff
+
* (C) Jasmine/QUnit/DOH/JSUnit/JSTestDriver - unit testing stuff
* Selenium - UI testing
+
* (P)Selenium - UI testing
* Being able to get to the source quickly from a test result
+
* (I) Being able to get to the source quickly from a test result
 +
 
 +
==  Debug integration ==
 +
* (I) Firebug
 +
* WebKit inspector
 +
 
 +
[[Category:Orion]]

Latest revision as of 19:52, 11 February 2014

High Value Integration Points for Orion

Brainstorming of integration scenarios, followed by marking each one with who might provide it.

  • (I) = IBM Orion team is interested
  • (P) = Partners with potential interest to drive the integration
  • (C) = Community/contributors who "scratch their own itch"
  • (B) = Boris-style simple integrations for evangelizing

(P)Mockups (Balsamiq, Mockingbird)

  • Compare running site/prototype to mockup/wireframe
  • Store wireframe file in Orion
  • simplify import/export scenarios

(P) GitHub

  • Make and share Gists
  • Links in Orion to GitHub Pages
  • button in github to edit in Orion

Boilerplates/Project Generation

  • (B) initializr.com
  • (P) startupphonegap.org

(P) Drupal/Joomla/Wordpress

  • embed Orion editor for theme edits (CSS, HTML, etc.)
  • SCM for look and feel related changed files

Library-aware plugins: (C)JQuery, (I)Dojo, etc.

  • JSDoc-based code completion
  • go to the source of a plugin
  • which js file? which CSS file?
  • metadata for plugins @ openajax

server technologies

  • (C) node.js
    • and Perl, Python, PHP, Ruby, Java...
  • (C)syntax highlighting for server side language

server ease of consumption

  • PHP/mod_orion
  • (I) dmg for Mac, orion.exe?
  • (I) easy to parameterize (ports, links to server files)

Testing

  • (C) Jasmine/QUnit/DOH/JSUnit/JSTestDriver - unit testing stuff
  • (P)Selenium - UI testing
  • (I) Being able to get to the source quickly from a test result

Debug integration

  • (I) Firebug
  • WebKit inspector

Back to the top