KDEEdu/Artikulate/Todo: Difference between revisions

From KDE Community Wiki
(→‎Blockers: bad typo)
(→‎Release 0.1 / Contributor Release: add goals for future releases)
Line 1: Line 1:


== Release 0.1 / Contributor Release ==
== Release 0.2 ==
Planning notes for the contributor release targeted at Akademy 2013.
=== Blockers ===
=== Blockers ===
* undo command in editor is unreliable
* non-implemented volume-control for microphone
* broken Trainer mode: for now replace it with information that no Trainer mode is included
* broken Trainer mode: for now replace it with information that no Trainer mode is included
* prevent opening of editor when not repository is selected


=== Release Steps ===
=== Release Goals ===
* provide GHNS interface
* provide training interface
* on demand parsing of courses
* provide at least one language course
* review basic course skeleton phrases
 
== Release 0.3 ==
=== Release Goals ===
* port sound recording to Simon
* port XML parsing to Xmlstream
* provide at least two language courses
* complete user documentation
 
== Release Steps ==
# write release notes
# write release notes
# create tarballs and upload them
# create tarballs and upload them

Revision as of 15:47, 19 July 2013

Release 0.2

Blockers

  • broken Trainer mode: for now replace it with information that no Trainer mode is included

Release Goals

  • provide GHNS interface
  • provide training interface
  • on demand parsing of courses
  • provide at least one language course
  • review basic course skeleton phrases

Release 0.3

Release Goals

  • port sound recording to Simon
  • port XML parsing to Xmlstream
  • provide at least two language courses
  • complete user documentation

Release Steps

  1. write release notes
  2. create tarballs and upload them
  3. notify sysadmins
  4. add links to community wiki page
  5. write notification mail

Documentation

Proposal for Contributor Documentation

1. STARTING WITH ARTIKULATE

  • 1.1. General Intro: describing what a contributor can do...
  • 1.2. Downloading the source files.
  • 1.3. Compiling and installing Artikulate.
  • 1.4. Getting data files (artikulate-data repository).

2. EDITING COURSE SKELETONS

  • 2.1. Adding new course skeletons to Artikulate.
  • 2.2. Adding units to a course skeleton.
  • 2.3 . Adding phrases to units.

3. EDITING LANGUAGE COURSES

  • 3.1. Creating a new language course from a course skeleton.
  • 3.2. Translating phrases to a language.
  • 3.3. Adding recordings for phrases.
  • 3.4. Tagging phonemes for phrases.
  • 3.5. Adding new languages to Artikulate/ Creating new phonology.

Coding

General User Interface

Course Editor

  • broken layout for phrases with several text lines
  • when scrolled down, cannot open phrase for edit
  • enable the user to add new course skeletons


Trainer

  • create concept for trainer UI (when training a unit)
  • missing scrollbars for language list
  • missing scrollbars for course list
  • missing scrollbars for unit list

Core

  • set input volume (change at config dialog has no effect currently)