-
Notifications
You must be signed in to change notification settings - Fork 19
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
Set Up Container Component for MTV Checkout Workflows #13334
Conversation
created motionToVacateRoutes & incorporated into QueueApp;
created MotionToVacateContext & provider;
Code Climate has analyzed commit beced6a and detected 0 issues on this pull request. View more on Code Climate. |
(needed to use default export); commented out now-unused MTV-related items from QueueApp;
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.
I'd prefer some of the stuff that is getting taken out to be removed altogether instead of commented out, for being merged into master. This is so WIP-y (although TBH the feature itself is still a WIP!).
I am also still feeling a little bit iffy about the extra piece of the URL, I might need you to explain more about how it's being used.
a couple of updates to avoid linting warnings;
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.
This is very nicely done 👍 🏆 . I think this approach will require some modifications to the task behavior which I'm thinking is going to be in part of the other PR, but I like this set up a lot in the meantime.
@@ -461,6 +434,8 @@ class QueueApp extends React.PureComponent { | |||
title="User Management | Caseflow" | |||
render={this.routedUserManagement} | |||
/> | |||
|
|||
{motionToVacateRoutes.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.
This is very pretty and nicely done!
@@ -657,6 +618,8 @@ class QueueApp extends React.PureComponent { | |||
<Route path="/team_management/add_vso" render={this.routedAddVsoModal} /> | |||
<Route path="/team_management/add_private_bar" render={this.routedAddPrivateBarModal} /> | |||
<Route path="/team_management/lookup_participant_id" render={this.routedLookupParticipantIdModal} /> | |||
|
|||
{motionToVacateRoutes.modal} |
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.
✨
Connects #13318
Description
This does multiple things:
QueueApp
to break out MTV routes into their own fileAcceptance Criteria