added legacy import of version 0.1 SessionLists
[vamsas.git] / docs / TODO.readme
1 VAMSAS Library ToDO list\r
2 ------------------------\r
3 \r
4 Begun for the VAMSAS hackathon/sprint/fest/thing (13-15 December 2006)\r
5 \r
6 This file is a tabbed list of things that have to be implemented or \r
7 tested in the SVN package. Check for updates regularly and \r
8 add/modifiy it everytime you do something.\r
9 \r
10 Number - goes up by one for each item. If you delete an item, don't renumber stuff.\r
11 \r
12 Status tells us how far we've got on that item. Words like the following please:\r
13 * - or nonexistent: its just been made up, nothing has been done on it yet\r
14 * designed - someone has an idea how this item is going to be implemented (and ideally, they can describe it to someone else)\r
15 * specified: prototyping has been done and checked in, either a text/graphic description is written down somewhere for anyone to access or abstract classes and interfaces have been declared.\r
16 * implemented: code has actually been written to do what this Item requires done.\r
17 * tested: the implementation is as bug-free and stable as we can make it (notwithstanding anything else that it depends on).\r
18 \r
19 Package/Classes/Path tells us where to go to find the relevant bits for this item in the repository, and an items package/class set might be written explicitly into the dependencies column of another item.\r
20 \r
21 Who - you, me or anyone else dealing with this item, or blank if no-one has got to it yet.\r
22 \r
23 Item - brief name for the development task.\r
24 \r
25 Dependencies - names of other items, or description of other things that have to be done before this Item can be finished (ie tested and completed).\r
26 \r