[ListfulThinking] Duplicating lists
Brought to you by:
masukomi
|
From: Andrew P. <And...@ya...> - 2004-01-06 23:26:41
|
> re: http://listfulthinking.com/kwiki/index.cgi?ListManagementUserStory [A user can duplicate a list, with the result of creating a new list with a different name that contains clones of all of the items that were in the original list.] > also, the duplicate list suggestion is fine for computer geeks, but I > think your more average user needs a "duplicate list" menu option that > brings up a dialog asking them to name the new list. Plus it's easier > under the covers to just copy the XML and reload the lists. > -Kate I'm confused. Did I use a loaded term when I said "clone"? What I meant by the story was that of the "duplicate list" functionality that works as one might expect: List: Pet mouse care Item: feed Item: clean Item: inoculate User executes Duplicate command, enters new name "Pet rat care", result is that the [Pet mouse care] list continues to exist exactly as before, and a [Pet rat care] list is created with 3 items, each a copy of the complete state of an item from the [Pet rat care] list. I'm close to having this implemented -- it's an easy one. -Andrew |