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/Chrome Tools Integration"

(Milestones)
(Milestones)
(14 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
*Mentors: John Arthorne, Ken Walker, & John Barton
 
*Mentors: John Arthorne, Ken Walker, & John Barton
  
This project is part of the [http://wiki.eclipse.org/Google_Summer_of_Code_2012 Google Summer of Code 2012]  
+
This project is part of [http://wiki.eclipse.org/Google_Summer_of_Code_2012 Google Summer of Code 2012] & can be followed in greater detail on GitHub [https://github.com/XachMoreno/Orion-X].
 
+
 
<br>  
 
<br>  
 +
All future enhancements for this project can be found on it's Wiki [https://github.com/XachMoreno/Orion-X/wiki/Future-Enhancements].
  
 
== Goal  ==
 
== Goal  ==
Line 51: Line 51:
 
|
 
|
 
|- style="background-color:Lavender"  
 
|- style="background-color:Lavender"  
| align="center" | [[Image:Progress.gif]]  
+
| align="center" | [[Image:Ok green.gif]]  
 
| M3
 
| M3
 
| Embed Orion Client in extension
 
| Embed Orion Client in extension
 
| June 1st
 
| June 1st
|
 
|- style="background-color:Lavender"
 
| align="center" | [[Image:Glass.gif]]
 
| M4
 
| Include Orion Server
 
| June 8th
 
 
|
 
|
 
|- style="background-color:Lavender"  
 
|- style="background-color:Lavender"  
| align="center" | [[Image:Glass.gif]]  
+
| align="center" | [[Image:Ok green.gif]]  
 
| Midterm evaluations
 
| Midterm evaluations
 
| official GSoC milestone, see [http://www.google-melange.com/gsoc/events/google/gsoc2012]
 
| official GSoC milestone, see [http://www.google-melange.com/gsoc/events/google/gsoc2012]
 
| July 13th
 
| July 13th
 +
|
 +
|- style="background-color:Lavender"
 +
| align="center" | [[Image:Ok green.gif]]
 +
| M4
 +
| Use chrome.devtools API to pull in client side code
 +
| July 16th
 
|
 
|
 
|- style="background-color:Lavender"  
 
|- style="background-color:Lavender"  
| align="center" | [[Image:Glass.gif]]  
+
| align="center" | [[Image:Progress.gif]]
 
| M5
 
| M5
|  
+
| Integrate Save functionality
|  
+
| August 1st
 
|
 
|
 
|- style="background-color:Lavender"  
 
|- style="background-color:Lavender"  
| align="center" | [[Image:Glass.gif]]  
+
| align="center" | [[Image:Ok green.gif]]  
| pencils down date
+
| Suggested pencils down date
 
| official GSoC milestone, see [http://www.google-melange.com/gsoc/events/google/gsoc2012]
 
| official GSoC milestone, see [http://www.google-melange.com/gsoc/events/google/gsoc2012]
 
| August 13th
 
| August 13th
 +
|
 +
|- style="background-color:Lavender"
 +
| align="center" | [[Image:Ok green.gif]]
 +
| Firm pencils down date
 +
| official GSoC milestone, see [http://www.google-melange.com/gsoc/events/google/gsoc2012]
 +
| August 20th
 
|
 
|
 
|}
 
|}

Revision as of 13:09, 20 August 2012

  • Student: Zachariah Moreno
  • Mentors: John Arthorne, Ken Walker, & John Barton

This project is part of Google Summer of Code 2012 & can be followed in greater detail on GitHub [1].
All future enhancements for this project can be found on it's Wiki [2].

Goal

My goal for this year’s GSoC is to write a Chrome extension that implements Orion as part of the current DevTools, with the extended goal of landing this functionality within Chrome. A Chrome implementation would give Orion a platform for exposing its functionality to developers everywhere. Allowing for designers and developers to view their changes in real-time, a cornerstone that I believe is missing from the current development process. Applications like Adobe Dreamweaver try to augment this issue by implementing a WebKit view into their native environment. But, I believe this to be the wrong way to go about solving this issue. We design and develop for the browser so we should complete that process by designing and developing in the browser.


Milestones

This section contains tasks which are under development now and in the nearest future.

Legend
Glass.gif Needs some research

Progress.gif Work in progress

Ok green.gif Milestone completed

Status Milestone Description Due Date Bugs / Reviews
Ok green.gif M1 Community Bounding, technical discussion May 21st
Ok green.gif M2 Chrome DevTools extension - empty May 21st
Ok green.gif Students begin coding official GSoC milestone, see [3] May 21st
Ok green.gif M3 Embed Orion Client in extension June 1st
Ok green.gif Midterm evaluations official GSoC milestone, see [4] July 13th
Ok green.gif M4 Use chrome.devtools API to pull in client side code July 16th
Progress.gif M5 Integrate Save functionality August 1st
Ok green.gif Suggested pencils down date official GSoC milestone, see [5] August 13th
Ok green.gif Firm pencils down date official GSoC milestone, see [6] August 20th

Back to the top