From d69598132332736e22fbe8a98c2b9bd528bcd182 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Tue, 29 Dec 2020 12:36:52 +0000 Subject: [PATCH] TODO: Add new widgets to the roadmap Signed-off-by: Daniel Thompson --- TODO.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.rst b/TODO.rst index db9a2fc..00243ab 100644 --- a/TODO.rst +++ b/TODO.rst @@ -42,10 +42,17 @@ Wasp-os * [ ] Update art work for buttons in Confirmation view * [X] Reduce the size of the battery charge icon slightly (match bell) +* [ ] Widgets + + * [ ] Add a button widget + * [X] Add a checkbox widget + * [ ] Add a spinner widget + * [ ] Applications * [X] Introduce an analog watch face * [ ] Add a sports/activity app (combined stopwatch and trip counter) + * [ ] Add a boot configuration wizard to author new main.py as needed * [ ] Documentation