File: TODO

package info (click to toggle)
routeplanner 0.17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,836 kB
  • ctags: 264
  • sloc: python: 3,282; makefile: 58; sh: 40
file content (27 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (3)
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:
-----

0. Port to GNOME 2.x.  The .glade2 files are done; we just need to
   fixup the source code.

1. More databases.  Puerto Rico, Great Britain, Ireland, ...
   I have a Germany database around somewhere, but it's in rather poor
   condition (and dates from when there were two Germanies).

2. Updates to existing databases.  Basic-USA needs some cleanups to be
   useful; NorthAmerica is missing some Canadian provinces and Alaska,
   and needs some fill-in work elsewhere.  Add Mexico too.

3. The cities have fields for coordinates; we should use these for
   making maps.  We should also fill in the coordinates by looking
   them up automagically on the Internet.

4. Better file format.  Python can parse XML easily.  Or maybe we
   should pickle things.

5. Databases should be in separate Debian packages.  Of course, this
   only matters once there are >> 2 of them...

6. Per-state speed settings.

That should keep us busy until 1.0 ;-)