WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
386 stars 600 forks source link

Implemented Role-Based `No Assignment` Message in 'Assignment & Exercise' #5716

Closed PR4NJ41 closed 3 months ago

PR4NJ41 commented 3 months ago

What this PR does

The message which was displayed earlier was wrong as assign button was only visible to course creator or admin. This PR fixes it by displaying the message only to course creator or admin or assigned user.

Screenshots

Before:

Earlier this message was displayed to everyone.

Before

After:

In Non-admin mode:

After 1

In admin mode:

After 2

To the assigned user:

After 3

PR4NJ41 commented 3 months ago

@ragesoss spec is passing on my local.

Screenshot 2024-03-21 at 4 30 43 PM

PR4NJ41 commented 3 months ago

@ragesoss This PR is ready for Review. Please review it. Thank You!