File: TODO

package info (click to toggle)
pondus 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 400 kB
  • ctags: 185
  • sloc: python: 1,595; makefile: 31
file content (30 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
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
28
29
30
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?
 * optional fields: body fat?
   optionally add to plot with second y-scale?
 * allow defining a target weight by entering bmi
   see http://sharesource.org/pipermail/pondus-dev/2008-October/000008.html

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?