• What: Team Meeting
  • When: Feb.01.2006
  • Who: Andy Kant, Corey Sullivan, Jon Davis, David Rehfeldt
  • Start Time: 4:00pm
  • End Time: 5:25pm
  • Time Elapsed: 1:25
    Meeting Minutes
  • Backend design review
      Storage
    • Abstract class
    • No database reference
    • No SQL
    • Review
      • Removed "removeFile" function, ambiguous
      SQLite : Storage
    • Where the actual queries happen
    • Separate derived classes allows for XML, SQL, etc...
    • Review
      • Looks fine
      Command
    • Abstract class
      • Looks fine
      [command_name] : Command
    • Each command has execute and help functions
      • Looks fine
  • Searching: AND = +"search", OR = "search", NOT = -"search" to keep searching simple (just an idea)
  • Frontend design review
      Search GUI
    • David says we should color the search button orange (focuses user more)
    • Review
      • Seems fine for now
      Mange Tags GUI
    • Review
      • Good solution
      File Conduit Prototype
    • Copy and move events aren't very trackable
    • Looked at table of events, Corey and Andy should test this further to see if there's any better methods or whether it can be done