[Mono-list] Please review: Better class contribution tracking.

Kunle Odutola kunle.odutola@virgin.net
Tue, 17 Jul 2001 11:07:40 +0100


> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
> Behalf Of Miguel de Icaza
> Sent: 17 July 2001 06:27
> To: mono-list@ximian.com
> Subject: [Mono-list] Please review: Better class contribution tracking.
>
>
>
> Hey guys!
>
>    I have put the work of Sean on-line for the class-status tracking.
> If you are working on a class, please make sure that you have been
> listed here.
>
>    In the future, you can also use this to keep track of whether
> something is implemented or not.
>
>    Here is the url:
>
> 	http://www.go-mono.com/class-status/bn/index.html
>
>    Best luck!
>
> Miguel.


Miguel,

The entry named "List" is counter-intuitive. The "list" is displayed right
below it in any case. Good work Sean.

Also perhaps some useful stats about the different assemblies and
namespaces. For instance (in namespace view):

	System 			(X completed, Y in progress : Total Z classes)
	System.Collections 	(I completed, J in progress : Total K classes)
		.....

Additionally, I suggest that developers be informed that appropriate NUnit
unit test suites should be a prerequisite for the achieving the "completed"
status. It helps to encourage the submission of really useful (and tested)
code.

Kunle