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

add a mechanism for clearing setup readings #6

Open
williamcodes opened this issue Dec 11, 2015 · 1 comment
Open

add a mechanism for clearing setup readings #6

williamcodes opened this issue Dec 11, 2015 · 1 comment

Comments

@williamcodes
Copy link
Member

As an installer,
When I go to the setup page for a hub,
Then I see setup readings for only the sensors I have connected that day,
And I do not the setup readings from weeks before when it was tested.

Notes:
We talked about doing this by adding another column to the database on the relay server, maybe called "hidden". Then we could flip the bit in that column to clear it. This could be done with a script. A simpler option would be to only show cells that were last seen less than 24 hours ago.

@williamcodes
Copy link
Member Author

The more I think about it, the more it seems like we should just do a quick fix in the view that hides everything more than 24 hours old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant