Hackuarium / bioreactor-ui

https://hackuarium.github.io/bioreactor-ui/.
0 stars 1 forks source link

Multiple devices and multiple sources #7

Open lpatiny opened 3 years ago

lpatiny commented 3 years ago

We should plan the the information can come:

There should be a configuration page in which you define all the sources of information

Once all the devices are setup we can send the instruction uc to get the 'Compact log'. this will allow to automatically fill the category and also be sure that this device is available. For non interactive device we can simply display the last time we received a packet.

lpatiny commented 3 years ago

We should create a new menu item called 'Preferences'. There are 4 submenu:

  1. General
  2. Broadcast devices
  3. Interactive devices
  4. Local devices

General

Currently this section contains only the following parameters:

Database synchronisation: Those parameters are use to synchronise the data with a remote server

Broadcast devices

A broadcast device is a device that sends a Compact Log

We should be able to add / remove devices. A device contains the following information:

Interactive devices

We should be able to add / remove devices. A device contains the following information:

Local devices

NadjibSb commented 3 years ago

Points to clarify :

The sidebar menu is structured like this : _Preferences | General | Broadcast devices | Interactive devices | Local devices

Then when navigating to Broadcast devices for ex, u'll find the list of connected devices (if no device is available, the "Broadcast devices" subMenu will be disabled or we can simply display an empty list)

is this what you were thinking about ?

lpatiny commented 3 years ago

Disable is ok seems ok to me.