Organization model has a path attribute
Organization model needs a path attribute. We will need to validate similar to namespace and project to ensure presence and prevent special characters, etc. The name
validations may also need to be cleaned up.
We can also drop the unique index on name
attribute: we can allow duplicate names. But the path
should be unique.
Edited by Rutger Wessels