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

Diescalo/sensor lab init #17

Open
wants to merge 2 commits into
base: xbee_sensor_lab
Choose a base branch
from

Conversation

diescalo
Copy link
Member

No description provided.

- This first commit includes the structure of the project and the Login
  functionality.

https://onedigi.atlassian.net/browse/MPIDE-382

Signed-off-by: Diego Escalona <[email protected]>
- Added all the necessary functionality to:
  - Add a new sensor
  - Refresh the sensor value when added and monitor its value to refresh
    it when changes
  - Remove a sensor
- Implemented all the classes and methods to achieve the previous
  functionality.
- The only sensor fully implemented is the one corresponding to the XBIBC
  board.

Signed-off-by: Diego Escalona <[email protected]>

def dashboard(request):
if is_authenticated(request):
if request.method == "GET":
Copy link
Member

Choose a reason for hiding this comment

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

Should this method return anything if the method is not GET?

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.

2 participants