reset password
Author Message
msargent
Posts: 519
Posted 15:24 Aug 18, 2015 |

Hi Dr. Sun,

Homework 4 just had us make some placeholder pages for Admin Reviewer functions, and we filled in some of the Admin functions in the midterm,  but in HW5 we have:

  • Reviewers have read access to the applications that they review (i.e. they are on the review committee for the applied job position), but no access to other applications.
  • Administrator have read access to all applications.

Is the above just an exercise in using security, or is it meant to acually be implemented in the UI? That is, should we fill in the landing page for reviewers (once they've logged in) with a list of applications (or a link to a page of these) they review and an additional Admin page to see all the applications, or are we merely to allow/prevent appropriate/inappropriate access to applications using different security features, without implementing a way for users to actually see the applications?

Thanks

cysun
Posts: 2935
Posted 15:27 Aug 18, 2015 |

It's just for an exercise using security. You don't need to implement any additional functions.