/usr/share/doc/pondus/TODO is in pondus 0.8.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | TODO-List for Pondus
======================
features:
----------
* support multiple users
* allow selection and deletion of multiple datasets in listview
* add file-exists-warning on save plot and csv export?
* add more import/export features in a unified dialog
usability:
-----------
* add dialog: increase date by month on pg_up
* use frames in pref dialog?
code clean up:
---------------
* use GTKBuilder and clearly separate core and gui?
* error message when adding dataset and sorted by weight
in `newiter = self.datalist.append(newdata.as_list())`
-> causes no problems, ask on pygtk list?
other stuff:
-------------
* validate xml?
* unit tests?
* use py2exe for windows version?
|