Initial Project Tasking

Up Java Resources C++ Resources .NET Resources DevHood Search
  •  Spaces
    • Definition of a space -- jamesmcd
    • Spaces Connections -- beowulf
  •  People
    • Definition of a person -- lipinski
    •  People-People Connections -- alio
  •  Spaces-People Connections -- ryanaip
  •   User Interface
    • Initialization
      •  Creation of Spaces
      •  Network initialization
      • Layout of spaces
      • Configuration for people
    • Run-time Management
      • Management of spaces' behaviors
      • Management of auto creation of people.
      • Management of a person
    • Views
      • Statistical data
      • Current state of mall
      • Current state of a space
      • Current state of a person
    • User stories
      • How does the customer use the system.   -- jkdot
      • Dummy UI -- jsegars
  •  Statistical Data Collection
  •  Advanced Technology
    • Networking
      • Web Services -- localguy 
      • Remoting -- othello
      • Firewalls -- local guy, othello
    • Data structures in C# -- rjmorgan
    • Saving simulation state -- serialization?
    • Graphics -- thewang
    • AI issues - configurable behaviors. -- tjice
    • Single machine equivalence to multi-machine connection  -- wrprice

 

Person: Milestone description Partner
Ryan  (ryanaip) UML + stub code for how people & spaces work. alio
Brian (beowulf) Proposal on how to connect spaces and spaces. 
Kijana (jkdot) Stories and scenarios for using application. jsegars
Bryan (lipinski) jamesmcd
James (jamesmcd) UML + stub code for how spaces will behave. lipinski
Travis (tjice) Renderer for mall layout using a text file input.
Robby (rjmorgan) Document summarizing the linguistic features of C# (esp. vs Java) plus data structures.
Justin (localguy) Get Web Service working with database.   Report on vialbility of web services for project.
Ali (alio) UML and stub code for person-to-person behaviors. ryanaip
Will (wrprice) 2-3 proof of concept applications using various methods of interprocess communications.
Jeff (jsegars) Features list and requirements of all aspects of the GUI and mockup of management UI. jkdot
Gilbert (thewang) Using demographic data to choose between a set of behaviors.   UML diagram.
Theo (othello) Proof of concept code for remoting, proposal for possibilities.