Re: [Time-table-devl] 9th May Weekly Update
Status: Pre-Alpha
Brought to you by:
graeme_f
|
From: graeme <fos...@gm...> - 2006-05-10 12:14:20
|
For everyone taking exams, all the best. Yesterday I found a fairly simple (not very urgent) and self contained job that needs to be done. Most classes have a dump method that is used to display details on the screen. But they are inconsistent and not every clas= s has one. The task is to ensure that every class has one and that the method is consistent. I think that the dump method should be of the following format. QString dump(bool) It will return the class details in a QString, but additionally on a bool switch it will write them to cout. This last feature could be controlled by configuration switches which may determine if it is to be written, the leve= l of detail and where it is to be written. Actually I have a preference for the configuration switches over the bool parameter thus the signature would be: QString dump() As I said this is non urgent so we can certainly mull the design over. graeme. On 5/10/06, Calvin Lei < ckplhttp://www.mozilla.com/firefox/upd...@gm...> wrote: > > I am having my exams now and it will be done by next week. I will get > back to you by then =3D). > > > > > > Sincerely, > > Calvin Lei > > "Knowledge is the only instrument of production that is not subject to > diminishing returns"- J.M.CLARK > ------------------------------ > > *From:* tim...@li... [mailto: > tim...@li...] *On Behalf Of *graeme > *Sent:* Tuesday, May 09, 2006 7:53 AM > *To:* Time Table Dev Mailing List > *Subject:* [Time-table-devl] 9th May Weekly Update > > > > Greetings, > > I guess that people are busy since it has been quiet out there ;) Anyway = I > hope that when you have time that you are able to compile and run the > program. You will certainly want to download the latest version, I have b= een > identifying and fixing a number of bugs. I have fixed most issues and I a= m > now concentrating on the Timeslot tab (the last tab). This is a real mess > and so I suspect that it will take a while to fix, but I hope that within > the next couple of weeks I will have it under control and then I will be > able to move ahead. > > I would appreciate anyone putting their hand up for any of the outstandin= g > tasks, specifically: > > 1. Configuration management > 2. Installation > 3. Test cases > > Cheers, > > graeme. > |