From c394a43dc28940b1541f5dbae5d6629bbfac09a3 Mon Sep 17 00:00:00 2001 From: heliguy Date: Tue, 14 Nov 2023 01:39:33 -0500 Subject: [PATCH] Create document of planned & not planned features --- NOT_PLANNED.md | 11 ----------- PLANNED & NOT PLANNED.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 11 deletions(-) delete mode 100644 NOT_PLANNED.md create mode 100644 PLANNED & NOT PLANNED.md diff --git a/NOT_PLANNED.md b/NOT_PLANNED.md deleted file mode 100644 index 7928a0a..0000000 --- a/NOT_PLANNED.md +++ /dev/null @@ -1,11 +0,0 @@ -# Features not Planned to be Added - -### This page exists as a list of features which will never be added to Warehouse, so be sure to read this when making a feature request - -- Permission management -- Full fledge package manager / app store - - Viewing app icons and screenshots from remotes - - Reading and leaving app reviews - - Auto updates -- Management of any non Flatpak packages -- Supporting any repackages (apart from nixpkgs should that arise) \ No newline at end of file diff --git a/PLANNED & NOT PLANNED.md b/PLANNED & NOT PLANNED.md new file mode 100644 index 0000000..d35859e --- /dev/null +++ b/PLANNED & NOT PLANNED.md @@ -0,0 +1,32 @@ +> This document exists to inform feature requesters, contributors, and anyone else who is curios on the state of Warehouse. Make sure to give this a read before requesting any new features. + +# Features Currently Being Worked On + +### Features that are actively in development and will most likely ship in a coming update + +- Snapshots (backing up app data) +- Installing flatpaks from a search +- Removing lag when refreshing the main list + +# Features Being Considered + +### Features that might be added in the future but have no work done on them at all + +- Supporting host icon themes +- Updating flatpaks +- Edit flatpak pins +- Remember filter settings + - Set a custom default filter +- Uninstall unused packages + +# Features not Planned to be Added + +### Features that will never be added to Warehouse + +- Permission management +- Full fledge package manager / app store + - Viewing app icons and screenshots from remotes + - Reading and leaving app reviews + - Auto updates +- Management of any non Flatpak packages +- Supporting any repackages (apart from nixpkgs should that arise) \ No newline at end of file