-
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
VB-3518, additional support page #58
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.
Looks good 👍 . Comments on various minor issues. Some questions around naming consistency too. It's complaining about merge conflicts so you might need to update from main
too.
server/routes/bookingJourney/selectAdditionalSupportController.ts
Outdated
Show resolved
Hide resolved
server/routes/bookingJourney/selectAdditionalSupportController.ts
Outdated
Show resolved
Hide resolved
@@ -19,6 +19,8 @@ export type BookingJourneyData = { | |||
|
|||
// selected visitors for this visit | |||
selectedVisitors?: VisitorInfoDto[] | |||
|
|||
visitorSupport?: string |
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.
We've got a bit of a mix in the code of visitorSupport
vs additionalSupport
: should we standardise on one?
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.
we send it as visitor support - that's why I chose this naming
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! (looks like it'll need merge/rebase with main
before it will go in)
Description
Add additional support page
Main contact and select date and time have both been blank paged so this page could be made properly