-
Notifications
You must be signed in to change notification settings - Fork 0
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
6050 enhancements r50a r50c #63
Conversation
1. Added new immigration codes 2. Added new confirmation page 3. Added button
1. Deleted immigration code fpr Diplomat 2. Updated method for button 3. Updated view
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.
Please see comments.
@@ -10,6 +10,7 @@ | |||
<AppOutput label="Name" :value="fullName" /> | |||
</AppCol> | |||
</AppRow> | |||
<AppButton @click="goToAddAnotherPermitHolder()" mode="primary" type="button">Add Another Permit Holder</AppButton> |
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.
Method name could be more concise e.g. addAnotherPermitHolder
@@ -10,6 +10,7 @@ | |||
<AppOutput label="Name" :value="fullName" /> | |||
</AppCol> | |||
</AppRow> | |||
<AppButton @click="goToAddAnotherPermitHolder()" mode="primary" type="button">Add Another Permit Holder</AppButton> |
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.
Method name could be more concise e.g. addAnotherPermitHolder
@@ -10,6 +10,7 @@ | |||
<AppOutput label="Name" :value="fullName" /> | |||
</AppCol> | |||
</AppRow> | |||
<AppButton @click="goToAddAnotherPermitHolder()" mode="primary" type="button">Add Another Permit Holder</AppButton> |
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.
Should the text indicate if the user will add Permit Holder with or without PHN as could navigate to either.
@@ -10,6 +10,7 @@ | |||
<AppOutput label="Name" :value="fullName" /> | |||
</AppCol> | |||
</AppRow> | |||
<AppButton @click="goToAddAnotherPermitHolder()" mode="primary" type="button">Add Another Permit Holder</AppButton> |
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.
Should the text indicate if the user will add Permit Holder with or without PHN as could navigate to either.
Added dynamic button name
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.
Please see comments
this.$store.commit('alert/dismissAlert') | ||
this.$router.replace({ query: null }) | ||
this.$router.push('/coverage/enrollment/addStudyPermitHolderWithoutPHN') | ||
} else this.$router.go() |
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.
Missing parenthesis.
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.
Note, they were in previous commit.
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.
Latest changes look good.
No description provided.