cs2103aug2014-w10-4j / main

ChirpTask
3 stars 1 forks source link

Edit should be able to change type of task #114

Open HaLinhh opened 9 years ago

newbishme commented 9 years ago

we'll keep this in the future roadmap. it is a good feature to have but it requires many changes and testing before it can be pushed out properly.

newbishme commented 9 years ago

We can resolve this by doing the following: processEdit will simply do (on all Actions in the GroupAction) processDelete(Action), then processAdd(Action).

Remember to set and maintain the lastGroupAction.

@yyhh91 @HaLinhh