Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/A Wiki Integrated Task Editor"

< Mylyn‎ | SOC
(M7: Code format & Spell checking [August 4 - August 15])
(ChangeLog)
Line 44: Line 44:
 
Expected time commitment available: 200 hours, from '''May 26 - August 15''' (preparation hours not included).
 
Expected time commitment available: 200 hours, from '''May 26 - August 15''' (preparation hours not included).
  
== ChangeLog ==
+
== Timeline ==
In this project, agile development process will be used (e.g. Test-Driven Development). Workloads are projected into 7 short iterations.
+
Here is a complete list of the milestones and release dates. Considering the status of Mylyn's ongoing refactoring, the date is subject to change.
  
=== M1: Adjusted wiki-to-HTML parser [May 26 - June 8] ===
+
{| class="wikitable" style="text-align:center"
 
+
|- style="background:#efefef;"
=== M2: Rich text integration [June 9 - June 22] ===
+
! Milestone !! Deadline !! Planned items !! Related bugs
 
+
|- style="background:lightgrey;"
=== M3: Rich text preview [June 23 - June 29] ===
+
! M1
 
+
| June 8
=== M4: Structure outline [June 30 - July 13] ===
+
|align="left"| Textile-J integration | {{bug|234210}}
 
+
|- style="background:lightgrey;"
=== M5: Auto-complete [July 14 - July 27] ===
+
! M2
 
+
| June 29
=== M6: Syntax highlights [July 28 - August 3] ===
+
|align="left"| Rich text integration | {{bug|235222}}, {{bug|237131}}. {{bug|237504}}, {{bug|203670}}, {{bug|194269}}
 
+
|- style="background:lightgrey;"
=== M7: Code format & Spell checking [August 4 - August 15] ===
+
! M3
 +
| July 13
 +
|align="left"| drop & drag of the source element to the task editor | {{bug|237831}}, {{bug|237974}}
 +
|- style="background:lightgrey;"
 +
! M4
 +
| July 27
 +
|align="left"| configuration setting of the rich text editor | {{bug|237500}}, {{bug|237678}}, {{bug|235439}}
 +
|- style="background:lightgrey;"
 +
! M5
 +
| August 4
 +
|align="left"| Structure outline, code format & spell checking | this item is subject to cancel
 +
|- style="background:lightgrey;"
 +
! RC1
 +
| August 10
 +
|align="left"| critical bugs, performance improvement | {{bug|238038}}
 +
|- style="background:lightgrey;"
 +
! RC2
 +
| August 15
 +
|align="left"| documentation
 +
|- style="background:lightgrey;"
 +
! Pencils down
 +
| August 15
 +
|align="left"| -
 +
|}
  
 
== Getting the source ==
 
== Getting the source ==
  
 
__ please enter __
 
__ please enter __

Revision as of 18:26, 23 June 2008

Hackers

Student: Jingwen Ou

Mentor(s): Steffen Pingel

Abstract

This project is part of Google Summer of Code 2008. It is formally renamed as WikiText.

The goal is to extend Mylyn’s task editor to provide generic wiki integration, supporting offline rich text editing with syntax highlight, auto-complete, structure outline and rich text preview. The basic mechanism is a source code parser that renders wiki syntax into HTML. Inputted with wiki code and an URL of the wiki system, the parser elegantly translates them into HTML before they are posted to the issue tracking systems. When displayed, any internal links of the bug reports will be directed to correspondent wiki systems.

Detailed proposal is available here: http://www.cs.ubc.ca/~jingweno/soc/SoC2008.pdf.

Goals

Considering the size of this project, it will be separated into several milestones. Detail workloads are as followed:


MUST: bug 234210 Textile-J integration [50 hours]

MUST: bug 235222 Wiki text preview [20-30 hours]

MUST: Structure outline [20 hours]

MUST: Syntax highlights [30 hours]

HIGH: Auto-complete [40 hours]

LOW: Code format [20 hours]

LOW: Spell checking [20 hours]


Projected time to meet goals:


MUST: 110-120 hours

HIGH: 40 hours

MID: 30 hours

LOW: 40 hours


Expected time commitment available: 200 hours, from May 26 - August 15 (preparation hours not included).

Timeline

Here is a complete list of the milestones and release dates. Considering the status of Mylyn's ongoing refactoring, the date is subject to change.

Milestone Deadline Planned items Related bugs
M1 June 8 Textile-J integration | bug 234210
M2 June 29 Rich text integration | bug 235222, bug 237131. bug 237504, bug 203670, bug 194269
M3 July 13 drop & drag of the source element to the task editor | bug 237831, bug 237974
M4 July 27 configuration setting of the rich text editor | bug 237500, bug 237678, bug 235439
M5 August 4 Structure outline, code format & spell checking | this item is subject to cancel
RC1 August 10 critical bugs, performance improvement | bug 238038
RC2 August 15 documentation
Pencils down August 15 -

Getting the source

__ please enter __

Back to the top