Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Administrator #11

Open
laszewsk opened this issue May 6, 2015 · 3 comments
Open

Documentation: Administrator #11

laszewsk opened this issue May 6, 2015 · 3 comments

Comments

@laszewsk
Copy link
Contributor

laszewsk commented May 6, 2015

Revisit the review of the README to see if the README is actually the documentation for the Administrator.

How is the administrator interfacing in the workflow for users, committee members?

@avaradha avaradha self-assigned this May 6, 2015
@avaradha
Copy link
Contributor

avaradha commented May 6, 2015

My assumption for this command line tool was that it would be solely used by an administrator to setup and manage users.

I can visualize an workflow when we use an GUI kind where user will apply for an account and the request goes into a queue for a committee member picks up to review the request. But not able to visualize similar approach for a command line tool...

@laszewsk
Copy link
Contributor Author

laszewsk commented May 6, 2015

The value of this framework is beyond admin usage, e.g. two additional roles are part of the project

a) a user role

how does a user actually apply for an account and project and how does he interact with it.

this could have been done via a commandline tool, a gui would not have been needed

b) a comittee role

e.g. how is a project reviewed by a comittee. This could have been done by a commandline tool, a gui would have not been needed

In general it seems that this framework misses the role management that can be implemented either via using the flask role modules as used in cloudmesh, or via a specific authentication request to a backend service that allows to identify if I am an administrator, user, or comittee member. There is no reason that this could not have been implemented in the command line tool.

On May 6, 2015, at 1:32 PM, Aravindh Varadharaju notifications@github.com wrote:

My assumption for this command line tool was that it would be solely used by an administrator to setup and manage users.

I can visualize an workflow when we use an GUI kind where user will apply for an account and the request goes into a queue for a committee member picks up to review the request. But not able to visualize similar approach for a command line tool...


Reply to this email directly or view it on GitHub #11 (comment).

@avaradha
Copy link
Contributor

Have updated the code set to fix the issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants