KDEEdu/Artikulate/Todo: Difference between revisions

From KDE Community Wiki
No edit summary
 
(37 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Documentation =
== Bugs ==
== Contributor Documentation ==
* https://bugs.kde.org/buglist.cgi?product=Artikulate
(the following is only a list of ideas)
* explain how to interact with artikulate-data
* explain how to create new language
* explain how to create a course for an existing language
* explain how to extend/update course
* explain how to submit data


== Tasks for Release 0.3 ==
=== Review Issues ===
* <del>exclude Units without recordings</del>
* <del>after downloading GHNS course, ask learner if it shall be added to favorite languages</del>
* <del>set default qt-multimedia recording source (e.g. "alsa:default"), currently only updated once the config dialog was opened</del>
* <del>due to gstreamer <-> pulseaudio deadlock problem, suggest using QTMULTIMEDIA</del>
* <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


A PROPOSAL OF SLIGHTLY MORE DETAILED DRAFT
=== Release Goals ===
* '''Handbook''':
** document editor
** update handbook that currently no statistics are stored
* <del>count required learner recordings for statistics, instead of clicks on "Retry Later"</del>
* 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


STARTING WITH ARTIKULATE
= Unspecified Target ToDos =
* 0. General Intro: describing what a contributor can do...
== General User Interface ==
* 1. Downloading the source files.
=== Course Editor ===
* 2. Compiling and installing Artikulate.
* broken layout for phrases with several text lines
 
* when scrolled down, cannot open phrase for edit
EDITING COURSE SKELETONS
* enable the user to add new course skeletons
* 3. Adding new course skeletons to Artikulate.
* kvtml file export
* 4. Adding units to a course skeleton.
* optionally use Simon recording backend
* 5. Adding phrases to units.
 
EDITING LANGUAGE COURSES
 
* 6. Creating a new language course from a course skeleton.
* 7. Translating phrases to a language.
* 8. Adding recordings for phrases.
* 9. Tagging phonemes for phrases.
* 10. Adding new languages to Artikulate/ Creating new phonology.


= Coding =
=== Trainer ===
== General User Interface ==
* soundwave diagrams / visual comparison
* Course Editor
** broken layout for phrases with several text lines
** when scrolled down, cannot open phrase for edit
**
* 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 ==
== 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