~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=====
3
3
 
4
4
 
5
 
todo for 1.0.0:
6
 
- remove unneccessary D3DES-Code from icv and ivs
7
 
- file-distribute -> take names out of txt-file
8
 
- Demo -> use tree-structure
9
 
- highlight duplicate items in user-list -> you can see instantly if several users logged in with the same account
10
 
- icv: make title-bar hidable/correct scale-stuff
11
 
- include some code for getting out whether a client is powered on/reachable or not (this should replace ping-call)
12
 
        -> for this we'd have to add a small tool, running with setuid root, because only root is allowed to create ICMP-packages...
13
 
- icon for icv
14
 
- do not exit if any screen is locked
15
 
- make iTALC more stable and fix bugs...
16
 
 
17
 
 
18
 
todo after 1.0.0:
19
 
- file-collecting and -distributing
20
 
- audio- and video-streaming support (mplayer/xine already implement something like that, maybe we can use them via an API...)
21
 
- implement help/support-system completely
22
 
- modules for importing information about clients (name, IP, MAC-addres) -> LDAP, NIS, Subnet-Scan, XML- and CSV-file ...
23
 
- setup-application for configuring and installing clients
24
 
- Userdefined actions in context-menu (i.e. commands to execute over SSH/IRFB)
25
 
- Chat-Management-System
26
 
- use GNU-autotools instead of Qt-project-management-system
27
 
- add support for FreeNX
28
 
 
 
5
 
 
6
Roadmap
 
7
========
 
8
 
 
9
iTALC 1.1 (Q2-Q3 2007)
 
10
-----------------------
 
11
 
 
12
- better LTSP-support
 
13
- support for VPN-connections/-gateways etc.
 
14
- better integration into common Linux-distributions
 
15
- clean uninstallation/win32
 
16
- self-adjusting demo-mode for optimal performance?
 
17
- full documentation / manual (with help-browser?)
 
18
 
 
19
 
 
20
iTALC 2.0 (Q4 2007 - Q1 2008)
 
21
------------------------------
 
22
 
 
23
- OS X support
 
24
- iTALC Plugin Architecture (IPA) - also allowing proprietary plugins
 
25
- ideas for plugins (won't be realized completely in 2.0):
 
26
   * file-collecting and -distributing
 
27
   * audio- and video-streaming support (VLC?)
 
28
   * modules for importing information about clients (name, IP, MAC-addres)
 
29
     (LDAP, NIS, Subnet-Scan, XML- and CSV-file ...)
 
30
   * chat-management-system
 
31
   * annotate-plugin
 
32
   * internet-access-control module
 
33
- iTALC Server Application (ISA) for hosting server-side plugins
 
34
  (i.e. internet-access control)
 
35
- encrypted network-traffic
29
36