chpatton013 / clue

0 stars 0 forks source link

Class Skeletons and Javadocs #36

Closed ghost closed 10 years ago

ghost commented 10 years ago

2 Hours: Helping work on rough draft https://docs.google.com/document/d/1nsMOFuI_k3fzsdcLzZEHF-cfTl-2uRBRUayiGLa_5as/edit

1 Hour: AI skeleton/javadocs

chiuwe commented 10 years ago

30 mins: skeleton for Server is done, in a folder on the drive

bschache commented 10 years ago

Brian Schacherer 1 hour Changed uml-server-specs and updated server skeletons.

Changed ServerNetwork now ServerNetwork extends AbstractServer recieve(Object) -> public void handleMessageFromClient(Object message, ConnectionToClient client) Connection -> ConnectionToClient

Changed ServerController Connection -> ConnectionToClient

image

bschache commented 10 years ago

-Brian Schacherer 3 hours creating Javadoc infrastructure and overview infrastructure. Google drive is hosting the javadocs. Added links to wiki Home page and high level design wiki.

https://googledrive.com/host/0Bz41aF-ciFYMNmhwZER3czFNZ3c/index.html

bschache commented 10 years ago

Two ways to edit the Javadocs:

  1. Edit the .java files (add Javadoc tags and method and class headers) and let me know. I'll be regenerating the java docs and uploading them to google drive as everyone adds their class skeletons.
  2. You can regenerate the javadoc files. Edit the .java files (add Javadoc tags and method and class headers) then right click the Indication project in Netbeans, select "generate Javadoc". Check for errors in the compilation output. If no errors occur, Netbeans will create a "javadoc" directory in the "dist" directory. Replace the javadoc files under the High Level Design folder on google drive. Verify that google drive is still hosting the javadocs correctly by testing the javadoc link on our home wiki.

Let me know if you need any help.

Brian

tssanford commented 10 years ago

1hr - gui window skeleton

bschache commented 10 years ago

3 - hours reviewing and editing javadocs.

mgfeldman commented 10 years ago

1hr - GUIController Skeleton

chiuwe commented 10 years ago

30 mins - javadocs/comments server

bschache commented 10 years ago

Brian Schacherer: 3 hours reviewing 8pm to 11pm.

Fixed all warnings and errors. Edited method and class headers. Posted new Javadocs to the server. This task is done.

ghost commented 10 years ago

1 hour tidying up javadocs/pseudocode

chpatton013 commented 10 years ago

2 hours - rough draft

AzureEnigma commented 10 years ago

30 mins