Any help you could give me would be greatly appreciated. Thanks
From: Sacha Barber
Sent: 20 April 2009 09:00
To: Richard King
Subject: FW: UI release notes, that may help you write release notes
From: Sacha Barber
Sent: 20 April 2009 08:59
To: Amy Amer; Henry McKeon; Martyn Wells
Subject: UI release notes, that may help you write release notes
Hello all (welcome back to some of you).
It was a strange iteration this time, as it was shorter than usual.
The UI has not changed that much outwardly, but here is a list of what has been done this iteration:
- Add working day validation (validation only, disabling of dates based on working day still needs doing), this was resulting in a broken build for quite a while, so that was a nice one to fix.
- Helping Martin with fixing popups
- Writing document for future screen development, so we do not end up doing code for popups like we just did (they were incorrect)
- Advanced search had a major problem with its overall structure, which is a limitation of GNRSQL, which Rich King and I have now fixed
- Advanced search had the possibility to leak memory as we were creating dynamic code at runtime which was loaded into the current codebase (at runtime), which was bad. So we fixed this to load it into its own codebase space, run it and then unload it.
- Advanced search is loading searches up/saving to a lighter weight persistable tree, which we are now in a position to start storing to the DB instead of RAM, if our proposal is agreed with the team (see Rich Kings email)
We have made some real progress, it is just that it is not that visible this time. I just wanted to let you know
So there you have it
protected bool IsCurrentInSync { get { if (this.IsCurrentInView) { return (this.GetItemAt(this.CurrentPosition) == this.CurrentItem); } return (this.CurrentItem == null); } }