Skip to content
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

Merged
merged 5 commits into from
Mar 23, 2022
Merged

Conversation

AnumehaSrivastava05
Copy link
Contributor

No description provided.

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
Copy link
Collaborator

@daveb-hni daveb-hni left a 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>
Copy link
Collaborator

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>
Copy link
Collaborator

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>
Copy link
Collaborator

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>
Copy link
Collaborator

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.

Copy link
Collaborator

@daveb-hni daveb-hni left a 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()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing parenthesis.

Copy link
Collaborator

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.

Copy link
Collaborator

@daveb-hni daveb-hni left a 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.

@AnumehaSrivastava05 AnumehaSrivastava05 merged commit 051e0b0 into main Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants