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

Storage Data Code #71

Open
NerdboyQ opened this issue Oct 27, 2020 · 0 comments
Open

Storage Data Code #71

NerdboyQ opened this issue Oct 27, 2020 · 0 comments
Assignees
Labels
back end python, javascript, etc. related to topic to back end data analysis, communications, and storage enhancement New feature or request estimate: 3 Story point: 3

Comments

@NerdboyQ
Copy link
Contributor

General Idea/Purpose

  • Storage for different system states
  • We will also need bluetooth messaging history w/ timestamps
  • PID test results will possibly need to be stored as well for reference

Data storage code:

  • The function should exist as a callable function for easy integration w/ other developers' code
  • The function should store the following system states:
    1. Current Bluetooth connection state - what devices are we actively connected to
    2. Previously connected/paired Bluetooth devices
    3. [*stretch goal*] Storing of previously sent & received Bluetooth messages w/ the target device name (Arduino)

Test & Pass Expectation:

  • The front end should load the previously paired/connected devices on the initial loading of the page

Considerations:

  • The user will eventually be able to see the previously sent/received messages on the front end (in the browser window)
@NerdboyQ NerdboyQ added enhancement New feature or request back end python, javascript, etc. related to topic to back end data analysis, communications, and storage estimate: 3 Story point: 3 labels Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end python, javascript, etc. related to topic to back end data analysis, communications, and storage enhancement New feature or request estimate: 3 Story point: 3
Projects
None yet
Development

No branches or pull requests

2 participants