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 "Babel / Server Tool Project Plan"

(Initial Release of Phase I)
(Initial Release of Phase I)
Line 4: Line 4:
 
Coding Tasks Before Launch:
 
Coding Tasks Before Launch:
 
* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)
 
* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)
* Add voting for a translation
 
* Add initial users page with some useful stats (like # of string translated)
 
* stream line translation so it is easier
 
 
<br>
 
<br>
 
Importing Task Before Launch:
 
Importing Task Before Launch:
 
* Populate all Languages
 
* Populate all Languages
 
* Populate Projects with strings
 
* Populate Projects with strings
 +
<br>
 +
Right after Launch Features:
 
* Import all translations
 
* Import all translations
 +
* Add voting for a translation
 +
* Add initial users page with some useful stats (like # of string translated)
 +
* stream line translation so it is easier

Revision as of 19:21, 4 January 2008

Initial Release of Phase I

Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/).
Coding Tasks Before Launch:

  • Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)


Importing Task Before Launch:

  • Populate all Languages
  • Populate Projects with strings


Right after Launch Features:

  • Import all translations
  • Add voting for a translation
  • Add initial users page with some useful stats (like # of string translated)
  • stream line translation so it is easier

Back to the top