KDEEdu/Artikulate/Todo: Difference between revisions

From KDE Community Wiki
(→‎Blockers: bad typo)
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Bugs ==
* https://bugs.kde.org/buglist.cgi?product=Artikulate


== Release 0.1 / Contributor Release ==
== Tasks for Release 0.3 ==
Planning notes for the contributor release targeted at Akademy 2013.
=== Review Issues ===
=== Blockers ===
* <del>exclude Units without recordings</del>
* undo command in editor is unreliable
* <del>after downloading GHNS course, ask learner if it shall be added to favorite languages</del>
* non-implemented volume-control for microphone
* <del>set default qt-multimedia recording source (e.g. "alsa:default"), currently only updated once the config dialog was opened</del>
* broken Trainer mode: for now replace it with information that no Trainer mode is included
* <del>due to gstreamer <-> pulseaudio deadlock problem, suggest using QTMULTIMEDIA</del>
* prevent opening of editor when not repository is selected
* <del>show graph when clicking "finish training"</del>
* <del>user icon should be adjustable (male/female/arbitrary image)</del>
* course resources: update resources at GHNS


=== Release Steps ===
=== Release Goals ===
# write release notes
* '''Handbook''':
# create tarballs and upload them
** document editor
# notify sysadmins
** update handbook that currently no statistics are stored
# add links to community wiki page
* <del>count required learner recordings for statistics, instead of clicks on "Retry Later"</del>
# write notification mail
* revisit interaction design
** training interactions
** <del>overview screen (previously called start/home screen)</del>
* use learner profiles
** <del>profile based "last learned language"</del>
** save statistics
* <del>switch to QtGStreamer as main recording backend</del>
* provide at least two language courses
* complete user documentation
** explain overview page
** <del>explain training page</del>
** explain statistics page
* use Leitner box learning for training
* system wide course installation (aka class mode)
* test with different color schemes
* <del>port to kqmlgraphplugin</del>
** update to QtGStreamer 1.0 (once released)
** <del>upstream padding property for graphs</del>
** upstream axis description property
* minor UI todos
** training page
*** <del>add scrollbars for long texts (not fitting into bubble): https://git.reviewboard.kde.org/r/114627/</del>
*** use font settings from configuration dialog
*** add background for progress bar phrase information
** overview page
*** give info if no course/units are available in language
* handle corrupt course XML files gracefully in editor
* use language names/translations from kdelibs


= Documentation =
= Unspecified Target ToDos =
== 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 ==
== General User Interface ==
=== Course Editor ===
=== Course Editor ===
Line 42: Line 52:
* when scrolled down, cannot open phrase for edit
* when scrolled down, cannot open phrase for edit
* enable the user to add new course skeletons
* enable the user to add new course skeletons
 
* kvtml file export
* optionally use Simon recording backend


=== Trainer ===
=== Trainer ===
[[File:ArtikulateTrainerMockup.jpg]]
* soundwave diagrams / visual comparison
 
* 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 ==
== Core ==
* set input volume (change at config dialog has no effect currently)
* set input volume (change at config dialog has no effect currently)
* port XML parsing to Xmlstream
= Release Steps =
# write release notes
# create tarballs and upload them
# notify sysadmins
# add links to community wiki page
# write notification mail

Latest revision as of 17:45, 15 March 2014

Bugs

Tasks for Release 0.3

Review Issues

  • exclude Units without recordings
  • after downloading GHNS course, ask learner if it shall be added to favorite languages
  • set default qt-multimedia recording source (e.g. "alsa:default"), currently only updated once the config dialog was opened
  • due to gstreamer <-> pulseaudio deadlock problem, suggest using QTMULTIMEDIA
  • show graph when clicking "finish training"
  • user icon should be adjustable (male/female/arbitrary image)
  • course resources: update resources at GHNS

Release Goals

  • Handbook:
    • document editor
    • update handbook that currently no statistics are stored
  • count required learner recordings for statistics, instead of clicks on "Retry Later"
  • revisit interaction design
    • training interactions
    • overview screen (previously called start/home screen)
  • use learner profiles
    • profile based "last learned language"
    • save statistics
  • switch to QtGStreamer as main recording backend
  • provide at least two language courses
  • complete user documentation
    • explain overview page
    • explain training page
    • explain statistics page
  • use Leitner box learning for training
  • system wide course installation (aka class mode)
  • test with different color schemes
  • port to kqmlgraphplugin
    • update to QtGStreamer 1.0 (once released)
    • upstream padding property for graphs
    • upstream axis description property
  • minor UI todos
    • training page
    • overview page
      • give info if no course/units are available in language
  • handle corrupt course XML files gracefully in editor
  • use language names/translations from kdelibs

Unspecified Target ToDos

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
  • kvtml file export
  • optionally use Simon recording backend

Trainer

  • soundwave diagrams / visual comparison

Core

  • set input volume (change at config dialog has no effect currently)
  • port XML parsing to Xmlstream

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