-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
31 removing contract data from admin page #42
31 removing contract data from admin page #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
The only thing I want you to actually change is the commented out test.
The rest are nit-picks and can be ignored if you choose to.
tests/Presentation.Tests/Client/Pages/Admin/ContractListTests.cs
Outdated
Show resolved
Hide resolved
tests/Presentation.Tests/Server/Controllers/ContractsControllerTests.cs
Outdated
Show resolved
Hide resolved
tests/Presentation.Tests/Server/Controllers/ContractsControllerTests.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Summary
Add a remove button for each contract inside the admin page.
Definition of done
Closes #31