noisebridge / pyclass-project

Other
8 stars 2 forks source link

Add more than one interest at a time #46

Closed Belgand closed 12 years ago

Belgand commented 12 years ago

Users should be able to add more than one interest at a time into a single text field. I was thinking that we could separate them by commas (as this is a common pattern) and on the view just slice it into a list before parsing. Keep in mind that we'll also probably need to trim off any extra whitespace around the commas, but we shouldn't expect that users will put it in.