skyzh/BlueSense

Proposal for next generation of BlueSense

Closed this issue · 0 comments

skyzh commented

I hope BlueSense can be home for all kinds of data, for example, network monitoring. Currently front API SenseService supports multiple fields, however, the firebase function part only supports specific fields of data. The first thing to do is to build an abstract layer for all data.

  • Abstract layer

Enhancements of frontend can be summarized as following:

  • Data history and data comparison
  • Hourly alerts and alert history
  • Multiple data source (e.g. Switching in a variety of monitoring stations)
  • Chart.js animations

Also the backend:

  • Build a bot automatically posting data to social websites and IMs
  • New database structure for hosting multiple data sources
  • Except for hourly average, add support for daily average and weekly average, etc.