klucsik/bird-noise-generation-webserver

FEATURE: Last alive time for devices

Open

#66 opened on Sep 7, 2021

 (0 comments) (0 reactions) (0 assignees)Java (0 forks)auto 404
backendenhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

create a lastAlive field on the device entity (and DTOs) create a function on device service which will update this field to the current time -> aliveNow(Long deviceId) call this aliveNow method when the device makes logs, report voltage, asks for playParam create the frontend column in the page for this field

Contributor guide