-
Notifications
You must be signed in to change notification settings - Fork 66
Integrate phasePlannerStore for Enhanced Ticket Management and Websocket Support #702
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
Integrate phasePlannerStore for Enhanced Ticket Management and Websocket Support #702
Conversation
25f8418
to
99474bd
Compare
Hi @humansinstitute, Please review this PR. |
@humansinstitute Locally, Prettier passed, but I’m not sure why it failed in the CI/CD pipeline. |
@humansinstitute, I noticed that sometimes different checks fail. Please see the details below: After some time, the issue seems to resolve automatically. I'm not sure how it gets fixed, but it does. |
src/config/socket.ts
Outdated
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're not looking to change the SOCKET_MSG in this change.
The plan is to keep this message and associated code in place. Out of scope change.
@@ -63,6 +64,17 @@ const PhasePlannerView: React.FC = () => { | |||
const sessionId = res.body; | |||
console.log(`Websocket Session ID: ${sessionId}`); | |||
} | |||
|
|||
if (res.msg === SOCKET_MSG.ticket_update && res.body) { |
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 not the approach we will be taking please remove. Out of Scope.
Describe the Chnages:
closes: #700
Issue ticket number and link:
Checklist before requesting a review