• What: Team Meeting
  • When: Jan.28.2006
  • Who: Andy Kant, Corey Sullivan, Jon Davis, David Rehfeldt (30 min late)
  • Start Time: 2:10pm
  • End Time: 2:50pm
  • Time Elapsed: 0:40
    Meeting Minutes
  • Design reviews
    • Make sure all designs are up on the website
    • We will do reviews in our Monday team meeting
  • File Conduit prototype
    • The file conduit prototype is working, but need to get a list of hard drives to scan
    • THere seems to be no performance hit with monitoring, as long as nothing is printed to the screen
    • There is some issues with copying and moving files, a possibility is to run MD5 hashes against other files with the same name (in the database) to find a match
    • We should derive our own FileSystemWatcher class from the normal one to handle our specific events
  • Console-GUI integration prototype
    • Both the command line and GUI portions have been made, they still have to integrate them together though