Skip to content

Jasper 736 - show notification popup when order received while user logged in.#1042

Draft
devinleighsmith wants to merge 14 commits into
masterfrom
jasper-736
Draft

Jasper 736 - show notification popup when order received while user logged in.#1042
devinleighsmith wants to merge 14 commits into
masterfrom
jasper-736

Conversation

@devinleighsmith
Copy link
Copy Markdown
Contributor

NOTE: on hold until JASPER 730 is merged - this PR is dependent.

Pull Request for JIRA Ticket: ----JASPER-376----

Issue ticket number and link

JASPER-376

Description

Display a snackbar message when an order notification is received (via websocket). This message provides a link to the order for convenience.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Tested by sending an artificial order via postman to pcsstest user, and validating that the vue frontend displayed a message.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2026

@ronaldo-macapobre
Copy link
Copy Markdown
Contributor

Not a big deal but looks like there are some code from Josh's PR (#1026) and could be resolved by rebasing this branch from master.


snackbarStore.showSnackbar(
buildOrderReceivedMessage(order),
'#b4e6ff',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: is it possible to put this hex color in color.css just for consistency?

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.

3 participants