What I did:
As I write this blog, I have 2 commits since we disbanded Wednesday. I probably should have broken it up into smaller commits. It's just kind of hard to stop sometimes. Time flies by when things are finally clicking, then you don't want to stop.
I was successful in adding a mockup of both Team Manage submenu and Team Invitations. I got much farther wicket wise with the Manage submenu. I spent a lot of time focusing on actually adding a team. I fiddled around with the TeamManager and successfully created a team with no members, and myself as the owner. Right now, I have a genericInit() method that adds a team through Java code. So I then retrieve the list of teams to dynamically populate the Manage submenu. I just need to apply that with a wicket form and I think I am close to having a fully functional "Create a Team".
Contributed to packages:
- org.hackystat.devcathlon.ui.page.teams.manage
- org.hackystat.devcathlon.ui.page.teams.invitations
- org.hackystat.devcathlon.ui.page.teams
1 face-to-face meeting at Holmes Building
2 Google Chat
DevTime:
Hehe... I had a little more time on the weekend than early in the week. o.O
My Issues:
Issue 44: Add mockup of Team Manage submenu. Status: Done.
Issue 49: Add mockup of Team Invitation submenu. Status: Done.
Issue 54: Implement Creating Team form. Status: Accepted.
Issue 55: Implement Team Invitation. Status: Accepted.