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.
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.