From 247903444f2445bab339730966ef58a8ff967fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 19 May 2022 17:26:02 +0200 Subject: [PATCH] FEATURES: two updates of work done --- FEATURES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FEATURES.md b/FEATURES.md index 00fc6643..828bab28 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -26,6 +26,7 @@ Note that list is **not** in any specific order. - [x] Tasks list - [x] Task details - [x] Task action buttons + - [x] Notification history pop-over - [ ] Task log viewer - [x] Subscription system for "job detail+task" updates. - [ ] Subscription system for "task log" updates. @@ -59,7 +60,7 @@ Note that list is **not** in any specific order. will just parse the JS from disk again. It'll be better to only do this when the file on disk changed. - [ ] Split up OpenAPI-generated server code into an interface per tag. This'll help splitting up the rather large `Flamenco` struct into smaller pieces. -- [ ] Remove the current index and replace it with a redirect to `/jobs` +- [x] Remove the current index and replace it with a redirect to `/jobs` ## Worker