No words limitHello Guys,
For this assessment we have 4 different types of user :
The User types are as follows:
Guest: This user is not ‘logged in’ so to speak, and should only have a minimal level of access. At every available protected instance, the guest should have requested credentials (such as a username or password dialog that would allow a User to sign in)
User: This user is ‘logged in’, and can be thought of as a ‘client login’. This user should have access to their own data, but not access to any other clients’ data.
Superuser: This user is ‘logged in’, and can be thought of as a staff member. This user can create new users, add and view data in their accounts, and can also view company-specific information. They can also view information on their own account, but not other Superusers. They cannot create Superuser accounts.
Administrator: This account level cannot view user information, or create user accounts. However, the Administrator can view Superuser information, as well as create Superuser accounts. The Administrator (like the Superuser) can also view the Company information
You can see in front of each explained the level of privilage and what they can do. Please make sure to follow that.
What I have demonstrate in class was about General Access Control ,this means that my example was general and it was not related to assessment. Mainly I wanted to talk about General Access.
As many of you did not have any idea about coding parts, I tried to give you idea how you can start. ( So please keep in your mind that on was only a example )
Remember the code that I explained as a sampe and ... was only an example again to show you what we want and give you idea for coding part.
Everyone have a different ways of writing and taste in coding, there is no constant rule that I ask everyone to follow. We are not looking for students to follow specific method in their coding.
What we want is to see the different privilage between these users and make sure you guys uderestand that.
Sample data that I shared on announcement is only a sample, I wanted to demonstrate again an example. For this assessment you can create your own sample data.
For coding languge you can go with C++ or Python whatever you prefer and you any platform that you feel more comfortable with that.
Please make sure to record your screen and turn on your camera when you explain your codes and the result. You can use Zoom or Skype in order to record this video.
Please put all your files in on folder and zip it.
Hi ShaziYes, of course! So it would go:
GUEST:-> log in
LOGGED IN USER:-> log out-> view their own account details-> view data (same country & segment)
SUPERUSER:-> all 3 above-> view users (same country & segment)-> create users (same country & segment)-> add data (same country & segment)
ADMIN:-> log out-> view their own account details-> view superusers (same country & segment)-> create superusers (same country & segment)