Given the data schema reported below, design an application composed of one public and two private site views.
- The public site view must provide users with a login operation for entering the other two private site views.
- The private site views must include a logout operation and a change role operation, respectively for letting user exiting the application and logging in with a different role.
|