visdesignlab / upset2

UpSet - Visualizing Intersecting Sets
https://upset.multinet.app/
BSD 3-Clause "New" or "Revised" License
41 stars 7 forks source link

Add permissions logic for Plot Information edit #328

Open JakeWags opened 4 months ago

JakeWags commented 4 months ago

When a user goes to edit the alt text Plot Information via the edit button, there should be a check to determine if they can edit this or not.

If they cannot edit, and they are logged in, they should not be allowed to edit at all. This could mean disabling the button or notifying the user on click.

If they are not logged in, ask the user to login.

JakeWags commented 3 weeks ago

Wait for https://github.com/visdesignlab/upset2/pull/363