John Haselden - 2006-02-23

The following categories have been assigned for bugs in TDoR:

1) Database

This is an issue with the database layer of the application.

2) Interface

An issue at the interface level. This includes the teamplates and any static HTML. In an MVC world, this category corresponds with V; the view.

3) Application

This corresponds to code that isn't in the view layer; so the M and the C in MVC. In essence, this is where the issues that are contained within the .rb files will go.

4) Misc

Any thing else. Issues with the documentation or any other general gripes will go in this category.

Obviously if these categories cause confusion, then they will be revisited as and when needed.

John