Bug House
Today was the final day for people to submit supervisor appraisal comments, which brought a flurry of problem reports. I spent a good chuk of time responding to them. I finished the code changes and started testing. Things seem to work well, except for the all tab on the front page, which isn't dislaying any results.
Posted on Mon, 30 Jun 2008 Tags: par
Mostly Done
I've completed the code changes for the modified permission scheme, except for the changes to InitialPage and its corresponding web template. I renamed the variables and methods to longer and more meaningful names.
Posted on Fri, 27 Jun 2008 Tags: par
More Coding
I did more coding on the Relations class and replaced the code in EmailNotifier that gets the list of reviewers to notify with a call to the Relations class.
Posted on Thu, 26 Jun 2008 Tags: par
Finished Debugging
I finished debugging the par, paruser, and underling changes. The resize bug was caused by a problem with Hibernate and getting the latest version fixed it. I moved on to adding new restrictions on which pars that division reviewers and hr reviewers can see. This will require some refactoring of the existing code.
Posted on Wed, 25 Jun 2008 Tags: par
Some Progress
I was able to get the par to display correctly with my changes. But it dies with an error when I try to resize the number of entries on the front page.
Posted on Tue, 24 Jun 2008 Tags: par
Rework
I rethought how the underling relation should work over the weekend and today I coded the changes and started testing them.
Posted on Mon, 23 Jun 2008 Tags: par
Moving to the Next Problem
I solved the problem I was working on the past two days with Greg's help. The first page displays now, but I realized there was an error in my logic in fetching pars from the Underling table. I was suppoed to be fetching the employee's par but I actually was fetching the supervisor's par. So I will think how to fix that over the weekend.
Posted on Fri, 20 Jun 2008 Tags: par
Stuck
I'm still stuck on the same problem on the InitialPage. The error message says could not resolve property: parid of Underling.
Posted on Thu, 19 Jun 2008 Tags: par
And Testing
I spent the day trying to debug problems with the InitialPage.
Posted on Wed, 18 Jun 2008 Tags: par
More Testing
I merged my changed code with Greg's, sorted out some of the problems, and started testing in the web server.
Posted on Tue, 17 Jun 2008 Tags: par