hunterwilkins2 / bulldog-books

An online bookstore for UGA CSCI 4050. Created with React and Node.
MIT License
2 stars 3 forks source link

Admins can manage users #43

Closed hunterwilkins2 closed 3 years ago

hunterwilkins2 commented 3 years ago

Requirments

KA2010 commented 3 years ago

Is user type here suppose to be employee or just user I am little confused what kind of user admin can suspend?

KA2010 commented 3 years ago

nvm i think user type should be customer

hunterwilkins2 commented 3 years ago

I think an admin can suspend both customers and employees. You will just have to add a check that a user is not an admin and suspend all other users

hunterwilkins2 commented 3 years ago

Nmv, actually I just read the piazza post about this. Admins can only suspend customers. https://piazza.com/class/kjnjczjdlmr38b?cid=98

KA2010 commented 3 years ago

Yes, I have read this post, but still this is confusing part