carribeiro / vdeli

Video Delivery Network
2 stars 0 forks source link

VideoProject.name constraints: only chars, and should be a unique key #33

Open carribeiro opened 13 years ago

carribeiro commented 13 years ago

1) The VideoProject.name is used to name a directory, and as such should accept only valid chars (including letters, numbers and the underscore and the minus sign). Other characters may be valid but are confusing (ex: spaces) and should not be accepted.

2) The VideoProject.name needs to be a unique key, and it should be indexed.