snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
6 stars 2 forks source link

[FEATURE] Poller #37

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

Feature you want to implement

'Poller' is an app for polling a number and saving it into the selected database.

Viewer frame

Backend

How the feature is implemented

Frame and App will be implemented in apps.poller.

Polling mechanism:

  1. When App is instanciated, start polling numbers with the selected period from periodBox.
  2. Everytime it polls a number, it updates countLabel.
  3. If any database is selected in dbBox, everytime it polls, it saves the number into the database.

Additional context

image
kangz12345 commented 1 year ago

Good! Maybe fixing the period would be easier haha