Meeting Minutes
- We are supposed to be talking about the problems Corey and David were having with the context menu, but neither of them showed up for the meeting
- A suggestion for the "Paste with Tags" is to change the text in the context menu at runtime to "Move with Tags" or "Copy with Tags" depending on the pending operation
- File monitor
- Andy/Jon will be doing code reviews and testing this week
- Corey/David brought up the issue (yesterday) about deleting tags during a normal move operation
- There is no possible way to detect a normal move, hence our "Paste with Tags" functionality
- If users are paranoid about accidentally deleting tags, they should disable the monitor
- We might add the ability to enable/disable rename and deleting as separate entities
- If there is confusion with the "Paste with Tags" logic, we should possibly add a freeze propertty to the file database to prevent changes until it is unfrozen
- A known bug with the monitor is that we are unable to fully hide the dialog, we need to test other methods to fix this
- Corey mentioned after the meeting that perhaps we should cache file create statements and compare filenames in case of accidental moves
- Andy/Jon need to look into whether or not this is possible
- Based on previous prototypes and testing, this is not likely possible and is what lead us to the "Paste with Tags" method
- Andy's thought (at time of writing): Perhaps attach a timer that checks if the file exists anymore after a delete operation such as five minutes