Updated TODO list with repackaging information.

This commit is contained in:
Robert Greene 2004-06-09 03:56:22 +00:00
parent d1ad2be773
commit 06bbfcaa2f
1 changed files with 13 additions and 1 deletions

14
TODO
View File

@ -2,8 +2,20 @@ THINGS TO DO
============
This is the internal list of items that need to be done.
-- 1.3.3 --
* Repackage code - packages are getting a bit large. The goal is to make class
structure/placement more logical.
GUI:
- Moved the SWT wizards into their own packages;
- Separated utility classes into the util package;
- Main application windows remain in swt package.
Storage:
- Moved OS formats into their respective packages in the "os" package
(dos33, prodos, cpm, rdos, pascal);
- Filters are now in the filters package.
- General storage classes remain under storage (Disk, FormattedDisk, etc).
--- FUTURE 1.3.x ---
o Repackage code - packages are getting a bit large.
o Create reusable show dialog messages (they're scattered all over right now) to clean
up code a bit.
o BUG: Import of binary file does not set starting address.