user config

Config

Per language:

Messages System

maybe with some notifications per mail, if you get new messages

Milestone System

We should manage a set of descriptions as collection. Ex. all description in the task XXX, all description with the Tag YYY, etc.

With this collections we can make contests ('translate all descriptions of the desktop task')

The Debian Description Tracking (DDT) make this collections on a daily basis:

Maybe we can add collection per hand:

The user/the coordinator should select a milestone for fetching new descriptions.

The it-team have a nice script (http://linguistico.svn.sourceforge.net/viewvc/linguistico/ddtp ) with this we can add milestones like:

The sql-table for this is:

CREATE TABLE description_milestone_tb (
    description_milestone_id serial PRIMARY KEY,
    description_id integer NOT NULL,
    milestone text NOT NULL
);

Statistic / Numbers

To motivate the reviewer and translator we will collect some numbers and print some graphs in the new system.

The graphs:

add more...

The proposed sql-table for this is:

CREATE TABLE statistic_tb (
    statistic_id serial PRIMARY KEY,
    value integer NOT NULL,
    date integer NOT NULL
    stat text NOT NULL
);

# stat: the milestone-name or something like 'user:USERID:trans' etc.

proposed Database layout

proposel feature

wordlist

Hi

I miss the the former German word list. It had the nice feature listing several English variants for one word. So it could provide translation proposals even for misspelled English.

On the other hand, the list seemed to be decoupled from the German wordlist in the wiki.

Perhaps the use of two word lists and a wiki-aware documented way to enhance it would be worth thinking about. Over time, translators get more hints and the misspellings list could be used to filter new incoming translations.