Qinfeiii / cs2103aug12-w10-4s

Automatically exported from code.google.com/p/cs2103aug12-w10-4s
0 stars 0 forks source link

UI Button enhancement #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Remove button should remove the task immediately. This is so that if I'm doing 
a search filter, I can remove several tasks efficiently without needing to 
retype the filter for every remove.

Double (or single) click to edit the item. Clicking on change button can also 
do the trick. Editing of this item can be done in-place via a textbox.

If the command do not have alias, do not display "alias: none", simply display 
nothing. This is to reduce the redundant information shown.

Original issue reported on code.google.com by ready...@gmail.com on 27 Oct 2012 at 3:19

GoogleCodeExporter commented 9 years ago
First and third items mentioned here are fixed as of rev c7ee8cbf3e72 on the ui 
branch.

Regarding the second item: the change button was implemented as a replacement 
for double-clicking to edit. Having both is redundant (and double-click to edit 
is non-obvious.)

Considering adding in-line editing as discussed, but am internally debating as 
to whether it adds value without detracting from the core intention of the 
product (a command-based task manager).

Original comment by jchen...@gmail.com on 28 Oct 2012 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by jchen...@gmail.com on 4 Nov 2012 at 2:03

GoogleCodeExporter commented 9 years ago
In-line editing is in as of rev fb544aaeb3f8 on ui branch.

Original comment by jchen...@gmail.com on 4 Nov 2012 at 4:48