Skip to content

[Backend] Show a confirmation message on the frontend when an order is sent#333

Merged
msanlli merged 4 commits intodevelopfrom
backend/confirmation-messages
Jun 22, 2025
Merged

[Backend] Show a confirmation message on the frontend when an order is sent#333
msanlli merged 4 commits intodevelopfrom
backend/confirmation-messages

Conversation

@JFisica
Copy link
Collaborator

@JFisica JFisica commented Jun 21, 2025

When an order is sent from the PC to a board, the backend will send a confirmation message that will show on the frontend.
Changes to broker logic:
The function Push used to send these types of messages from the backend to the frontend now uses the board's name as a string instead of the board's ID and the idToBoardName map. This means that the process calling this function is in charge of getting the name. As a result, the boardIdToBoard map has been removed, as it isn't necessary any more.

@JFisica JFisica requested a review from msanlli June 21, 2025 17:28
@JFisica JFisica self-assigned this Jun 21, 2025
@JFisica JFisica linked an issue Jun 21, 2025 that may be closed by this pull request
@JFisica JFisica marked this pull request as draft June 21, 2025 17:30
@JFisica JFisica marked this pull request as ready for review June 22, 2025 10:06
@msanlli msanlli added this to the v2.3.1 milestone Jun 22, 2025
@msanlli msanlli merged commit aa5bde7 into develop Jun 22, 2025
3 checks passed
@msanlli msanlli deleted the backend/confirmation-messages branch June 22, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show sent orders in GUI

2 participants