Skip to content
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(#21): saved message structure #118

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Bugs5382
Copy link
Owner

@Bugs5382 Bugs5382 commented Jun 29, 2024

  • initial version that will save a message if there is no proper connection to the remote site
  • client/app has to return 'true' in order for the system to know the message has been saved successfully.
  • client/app can use what ever tool they want to save the stringify message
  • when they notice a reconnect event, they should now take their messages (from disk, etc.) and re-send them.
  • The remote side should still honor their original data structure, including when the message originally was generated

[skip ci]

Search terms

Questioner

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Other things:

  • Write a unit test or update unit tests that cover your change in the code?
  • Set the PR to merge into the develop branch?
  • Clear documentation per the guidelines in the README.md as we are support medical applications?

- initial version that will save a message if there is no proper connection to the remote site
- client/app has to return 'true' in order for the system to know the message has been saved successfully.
- client/app can use what ever tool they want to save the stringify message
- when they notice a reconnect event, they should now take their messages (from disk, etc.) and re-send them.
- The remote side should still honor their original data structure, including when the message originally was generated

[skip ci]
@Bugs5382 Bugs5382 added the enhancement New feature or request label Jun 29, 2024
@Bugs5382 Bugs5382 self-assigned this Jun 29, 2024
@Bugs5382 Bugs5382 marked this pull request as draft June 29, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant