From 7c1cd72cbb507d7a88d6109f097bb80e057a79c9 Mon Sep 17 00:00:00 2001 From: Yves Zoundi Date: Wed, 10 Aug 2022 11:21:22 -0400 Subject: [PATCH] Update roadmap --- TODO.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.org b/TODO.org index ed762c8..ce101df 100644 --- a/TODO.org +++ b/TODO.org @@ -10,7 +10,7 @@ - [ ] Minimal resources management to avoid exhausting computer CPU and memory - User Interface - [X] Hide command prompts while running processes on Windows, and address file permissions errors - - [ ] Responsiveness issues during conversions (UI thread and background operations) + - [X] Responsiveness issues during conversions (UI thread and background operations) - [ ] There're probably too many redraw operations in the Desktop UI - [ ] Sorting in the conversion queue (file name, status, etc.) - [ ] Allow other operations during conversions (add more files, etc.) @@ -19,7 +19,7 @@ - [ ] Improve scrolling behavior during conversions ("smooth-scrolling") - [ ] Hardening - [ ] Review container execution options (podman v.s podman-remote, security options, etc.) - - [ ] Revisit Flatpak support requirements and =flatpak-spawn= + - [ ] Revisit Flatpak support, maybe it's best to leave that effort "the community" - [ ] Review some of the code and read few security-related articles - [ ] Online Web Service - [ ] Evaluate [[https://github.com/tokio-rs/axum][axum]] as a replacement of [[https://github.com/actix/actix-web][actix_web]] ([[https://ordina-jworks.github.io/event-driven/2021/04/23/SSE-with-HTTP2.html#http11-vs-http2][HTTP2 support + SSE]] + browsers)