Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - bgoldstein

2
Questions / User Roles and Records Mgmt.
Hi all! Learning my way around PHPRad to redo an app I wrote a while back.

I have 3 user roles in my application -> User, Reviewer, Admin.
I have a table to hold "entries". Think of it as a daily journal.

Each user is assigned a reviewer (reviewer_id in the user's row of the user's table).

  • Entries should be visible to the user (only their own).
  • Reviewers should be able to see any entry where they are the reviewer (multiple users may have this person as reviewer).
  • Admins should be able to see all.

Can anyone provide any guidance in setting up the above permissions?