Self Service Project Creation
I would like to implement some functionality to allow users to request new projects via the horizon dashboard,
The idea briefly is something like:
- User navigates to a new panel "projects"
- user hits a button "request project"
- user fills out some details name, description, initial desired quota and a rationalization for the new project, possibly some key/val pairs to be stored as extras.
- user submits request
- admin receives request
- admin hits approve
- automation creates the new project and assigns the requesting user as a member.
Has anyone done something similar? Does this sound like a good idea? How would i begin to work on something like this in the community?
Any feedback welcome, Thank you! -Charles V Bock