From 4664ece20773f0ec2a839603ad7a523bac8df5c8 Mon Sep 17 00:00:00 2001 From: Lars Berning <151194+laberning@users.noreply.github.com> Date: Sat, 22 May 2021 20:57:34 +0200 Subject: [PATCH] updates backlog --- docs/backlog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/backlog.md b/docs/backlog.md index 6d8e977..838f130 100644 --- a/docs/backlog.md +++ b/docs/backlog.md @@ -4,11 +4,9 @@ This is the very minimalistic Backlog for further development of this project. ## Soon -* add an option to the installation script to directly attach a touchscreen to the Raspberry Pi and automatically show WebUI on this in kiosk mode * validate FTMS with more training applications and harden implementation (i.e. Holofit and Coxswain) * record a longer rowing session and analyze two encountered problems: 1) rarely the stroke rate doubles for a short duration (might be a problem with stroke detection when measurements are imprecise), 2) in one occasion the measured power jumped to a very high value after a break (40000 watts) * add an option to select the damper setting in the Web UI -* extract the start and update script into a bin folder and symbolic link them for convenience * add an option to only consider every nth impulse (combine them) ## Later @@ -19,6 +17,7 @@ This is the very minimalistic Backlog for further development of this project. * improve the physics model for water rowers * make Web UI a proper Web Application (tooling and SPA framework) * record the workout and show a visual graph of metrics +* show a splash screen while booting the device ## Ideas