I just realized that we are going to need two types of admin users. One type for the whole server, and the other type will be the repository admins. I have the repo admin covered. I now need to finish the global admin user code.
The global admins will be the ones that will issue commands to create new repos. They will also be able to manage any any repository within the server.
I know this is obvious stuff, but I wanted to give you a heads up about what I'm working on next.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just realized that we are going to need two types of admin users. One type for the whole server, and the other type will be the repository admins. I have the repo admin covered. I now need to finish the global admin user code.
The global admins will be the ones that will issue commands to create new repos. They will also be able to manage any any repository within the server.
I know this is obvious stuff, but I wanted to give you a heads up about what I'm working on next.
Easily handled. I'll integrate that into the UI.