BYU-ODH / yvideo-client

Front-end code for Y-Video (React)
GNU General Public License v3.0
3 stars 3 forks source link

Renewing resource permissions #861

Closed reynoldsnlp closed 1 year ago

reynoldsnlp commented 1 year ago

Add two new features to make renewing permissions more user-friendly by adding renew buttons in a couple places. The renew button simply adds the netid to the resource again using the add-access endpoint.

  1. On the Instructors modal in the Resource Manager, if verified=false, then show a button to renew to the left of the delete button.
  2. On the Collection Manager page, each content under Expired Content should have a renew button visible only to Lab Assistants and Admins, that adds the netid of the owner of the collection to the resource again. The page should immediately re-render with that content visible.
reynoldsnlp commented 1 year ago

@alexander-densley this is now obsolete per #865.