cs2103aug2014-w10-4j / main

ChirpTask
3 stars 1 forks source link

A user can type sync to sync his google storage #84

Closed newbishme closed 9 years ago

newbishme commented 9 years ago

We need to add in another command: CommandType.SYNC @yyhh91 Please update the logic to take in this signal @HaLinhh Please update InputParser to recognise this command

@yyhh91 After the above is done, the logic action to do is to call StorageHandler.sync();

newbishme commented 9 years ago

Sync function is implemented/fixed 10c1449 f38a44a 449a2d8; however it needs to be concurrent.