-
Notifications
You must be signed in to change notification settings - Fork 8k
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
feat: add reassign reason + rename insights #17720
base: main
Are you sure you want to change the base?
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.
Moved to /bookings > /routing
@@ -238,6 +238,7 @@ class RoutingEventsInsights { | |||
uid: true, | |||
status: true, | |||
createdAt: true, | |||
reassignReason: true, |
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.
Add reassign reason to table
"Reassigned By": response.routedToBooking?.reassignBy?.name || "", | ||
"Reassigned Reason": response.routedToBooking?.reassignReason || "", |
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.
Provide Reassign reason and who reassigned in routing form export
@@ -89,14 +89,14 @@ const navigation: NavigationItemType[] = [ | |||
isCurrent: ({ pathname: path, item }) => path?.startsWith(item.href) ?? false, | |||
child: [ |
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.
Rename tabs - see PR description for reasoning.
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (11/18/24)1 reviewer was added to this PR based on Keith Williams's automation. |
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.
What does this PR do?
Here we add reassign reason to response csv export and also to data-table.
We also rename tabs to be summary,booking. Booking (previously routing) will provide a more detailed break down specific to bookings and routing form responses. Where as summary is/will become a more top level breakdown of the organization.
How should this be tested?
Checklist