We found a small bug:
The SIFT component reports success when you to create a channel with a
name that already exists, but the channel didn't really get created.
Details:
* The muse user 'sat' has a SIFT channel called "SATRawMaterials".
* We tried to create a channel by the same name for the muse user
'satw2'.
* We get a message saying that the channel was successfully created,
but when we click on the link, it is in fact the existing channel
for the other 'sat' user.
* Going back to the SIFT component for user 'satw2', we don't see a
new channel. It was not created.
Solution? Perhaps display an error to the user saying that another user
already has the channel by that name.
-Mike