Teodor Yanev

Results 2 issues of Teodor Yanev

### Describe the issue Currently, project creation logic is split between `internal/controlplane` and `internal/projects`. Specifically, in `internal/controlplane/handlers_projects.go`, we have code handling project creation directly, which leads to code duplication and...

enhancement

When creating child projects (sub-projects), we currently create entitlements based on the features of the parent project member who initiates the creation. This process is handled separately from the `internal/projects`...