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
[command_name] : Command
- Each command has execute and help functions
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
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