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 "Mylyn/SOC/2007/Mylyn Plug-in for DrProject"

< Mylyn‎ | SOC
m (New page: Category:Mylar)
 
Line 1: Line 1:
 
[[Category:Mylar]]
 
[[Category:Mylar]]
 +
 +
Student: Xiaoyang Guan <br>
 +
Mentor: Greg Wilson <br>
 +
 +
== About ==
 +
Most professional programmers now use an IDE like Eclipse, and many
 +
Computer Science students have also adopted it. Most professionals
 +
and open source developers also rely on web-based project management
 +
portals such as SourceForge, Jira, and Trac. These are still not
 +
commonly used in classrooms, but projects like DrProject are working
 +
to change that. DrProject is a fork of Trac that has been customized
 +
for classrooms use; it is now being used in several courses at two
 +
universities, and is being evaluated by several others.
 +
 +
At present, most developers have to switch from their IDE to a
 +
browser in order to file or view bugs, edit wiki pages, and so on.
 +
One prominent exception is the Mylar project, which has been working
 +
since 2003 to provide a view inside Eclipse that allows programmers to see and update shared information, particularly from bug tracking
 +
systems like Bugzilla. The aim of this project is to bring that
 +
capability into the classroom by using Mylar to create a bridge between DrProject and Eclipse. This integration will allow students to perform the management on the repositories in DrProject directly in Eclipse.
 +
 +
In addition, as an enhancement to Mylar, this project will provide wiki integration. This involves providing mechanisms for rich editing and viewing of task repository comments in wiki format, potentially adding wiki editing.
 +
 +
== Plan ==
 +
The first primary goal is to support wiki formatting in task editor. This will be carried out based on the current Trac connector in Mylar.
 +
 +
== Bug List ==
 +
* Provide wiki editing facilities in task editor ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=184904 184904])
 +
* Manage Mylar Plugin for DrProject GSOC project ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=185781 185781])

Revision as of 11:35, 25 May 2007


Student: Xiaoyang Guan
Mentor: Greg Wilson

About

Most professional programmers now use an IDE like Eclipse, and many Computer Science students have also adopted it. Most professionals and open source developers also rely on web-based project management portals such as SourceForge, Jira, and Trac. These are still not commonly used in classrooms, but projects like DrProject are working to change that. DrProject is a fork of Trac that has been customized for classrooms use; it is now being used in several courses at two universities, and is being evaluated by several others.

At present, most developers have to switch from their IDE to a browser in order to file or view bugs, edit wiki pages, and so on. One prominent exception is the Mylar project, which has been working since 2003 to provide a view inside Eclipse that allows programmers to see and update shared information, particularly from bug tracking systems like Bugzilla. The aim of this project is to bring that capability into the classroom by using Mylar to create a bridge between DrProject and Eclipse. This integration will allow students to perform the management on the repositories in DrProject directly in Eclipse.

In addition, as an enhancement to Mylar, this project will provide wiki integration. This involves providing mechanisms for rich editing and viewing of task repository comments in wiki format, potentially adding wiki editing.

Plan

The first primary goal is to support wiki formatting in task editor. This will be carried out based on the current Trac connector in Mylar.

Bug List

  • Provide wiki editing facilities in task editor (184904)
  • Manage Mylar Plugin for DrProject GSOC project (185781)

Back to the top