TheCSharpAcademy / TCSA.V2

A revamp of The C# Academy using all the power of .NET 8's new Blazor!
5 stars 8 forks source link

Implement Release Button for Peer Review #394

Closed chrisjamiecarter closed 2 weeks ago

chrisjamiecarter commented 3 weeks ago

If a user incorrectly assigns themselves to a peer review then currently this requires a direct database update to undo. Expose a button to the user so that they can un-assign themselves, which will remove the database entry.

chrisjamiecarter commented 3 weeks ago

image image

chrisjamiecarter commented 3 weeks ago

Just need to get assigned, create a feature branch, pull my changes over to the feature branch, commit and PR.

chrisjamiecarter commented 2 weeks ago

TODO:

chrisjamiecarter commented 2 weeks ago

image image