cloudmesh-cmd3 / user-management

Apache License 2.0
0 stars 1 forks source link

architecture #16

Open laszewsk opened 9 years ago

laszewsk commented 9 years ago

the architecture as far as i recall was supposed to be


                      ┌───────────────────┐      ┌───────────────┐ ┌────────────┐         
                      │       admin       │      │    Server     │ │  Database  │         
          Admin       │    commandline    │      │               │ │            │         
          Layer       └───────────────────┘      └───────────────┘ └────────────┘         
                                                         ▲                                
              ───────────────────────────────────────────┼───────────────────────────────▶
                                                         │                                
                     ┌───────────────────┐               │                                
        Commitee     │      comitee      │               │                                
         Layer       │    commandline    │───────────────┤                                
                     └───────────────────┘        review,│                                
                                                 approve,│                                
                                                   deny  │                                
              ───────────────────────────────────────────┼───────────────────────────────▶
           User                                          │                                
          Layer      ┌───────────────────┐               │                                
                     │       user        │               │                                
                     │    commandline    │───────────────┘                                
                     └───────────────────┘                                                
                                                apply                                     
                                            password reset                                

so the management component has for example a) list of users that applied b) list of projects that have applied (from users that have registered)

seems the project has adresses so far the administrative management

avaradha commented 9 years ago

Have change the code set to reflect the above architecture..