-
Notifications
You must be signed in to change notification settings - Fork 2
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
MLPAB-1291 Hide submitted replacement attorney cards #732
MLPAB-1291 Hide submitted replacement attorney cards #732
Conversation
@@ -0,0 +1,264 @@ | |||
package page |
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.
The fixtures/testing-start stuff has become too big. I think this approach of having a per-login actor handler will work better since it can make assumptions about the state of the data.
Also removing the split of the handlers and just having one will remove a lot of annoying duplicated work.
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.
It's tempting to move it all to internal/page/fixtures/...
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 re-work - I'd be happy for this to live in a fixtures package at some point 👍
PR Environment Terraform Plan SummaryPlan: 1 to add, 4 to change, 1 to destroy |
Codecov ReportAll modified lines are covered by tests ✅
📢 Thoughts on this report? Let us know!. |
36d9d6f
to
9ef8df7
Compare
And create a brand new fixtures page for attorneys
b60328e
to
88ad562
Compare
88ad562
to
b9558f5
Compare
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.
👍
No description provided.