My main concern with this little app is that it's built on top of a much more powerful and general purpose framework i wrote (which i really need to figure out more uses for), and some of the features of that framework may over-complicate this app's use for simple things. Just as an example, the app wants you to hit the + button to add each item (person's name), and then individually delete each item when you no longer want it, etc.
Those features are useful for some things, but can be burdensome for quick simple things.
It's clear i'm going to have to add some special features to make it quicker to do things like delete all items and start a new "set" of items quickly.