timlyw / cs2103aug12-t14-2j

Automatically exported from code.google.com/p/cs2103aug12-t14-2j
0 stars 0 forks source link

Editing of tasks #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Shekhar,

I think the editing of tasks may be a bit unintuitive, like "edit event to 
event2" converts event from a deadline/timed task to a floating task

if the user did want to convert a deadline/timed task to floating, typing "edit 
event" is a bit unintuitive

the addition of the rename command helps solve this problem, but I'm wondering 
if there is another way

I was thinking that for edit the logic could be like this:
1) if time is specified, edit task to deadline/timed
2) if only new name is specified, rename
3) if time and new name specified, rename and convert to deadline/timed

The problem then would be how to convert a deadline/timed task to floating
I was thinking for this case we have a new command strip/float

so "strip event" or "float event" would convert "event" to a floating task

Original issue reported on code.google.com by jwwww...@gmail.com on 7 Nov 2012 at 10:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Lets discuss this with the team tomorrow

Original comment by brshekh...@gmail.com on 7 Nov 2012 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by brshekh...@gmail.com on 12 Nov 2012 at 7:00