#
#   vls tasks
#   ---------
#
#
# Difficulty values: Easy, Medium, Hard, Guru
#
# Urgency values: Wishlist, Normal, Important, Critical

Task: 0x04
Difficulty: Medium
Urgency: Normal
Description: Shell-like argument parsing in the administrator module
 Currently the arguments of a command-line are considered
 space-separated so spaces are forbidden in arguments.
Status: Todo

Task: 0x03
Difficulty: Guru
Urgency: Critical
Description: Better interaction between PS->TS converter and the outside
 Handling errors that come from the converter is a hard task. We must
 have more control on its internal buffer too.
Status: Todo

Task: 0x02
Difficulty: Guru
Urgency: Important
Description: Rewrite the request/answer/event system
 Currently requests are synchronous and events are asynchronous. It
 would be really better to have asynchronous requests and to rewrite
 events' structure.
Status: Todo

Task: 0x01
Difficulty: Hard
Urgency: Important
Description: Make the telnet interface vt100 compatible
 Currently the telnet interface is far from being vt100 compatible: it
 works for "aware" people but it's kludgy. Difficulty hard because the
 telnet protocol isn't that simple to implement.
Status: Todo

Task: 0x00
Difficulty: Hard
Urgency: Critical
Description: Write a library manager
 Currently a library is loaded each time we need it but we just need to
 load it once and to close it when it's not used any more.
Status: Todo

