From 24eb482da78f6269fb381577c976e19d1a32d454 Mon Sep 17 00:00:00 2001 From: Prozilla Date: Fri, 11 Aug 2023 20:07:30 +0200 Subject: [PATCH] Updated roadmap --- docs/roadmap/README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/docs/roadmap/README.md b/docs/roadmap/README.md index 388370d..63641e0 100644 --- a/docs/roadmap/README.md +++ b/docs/roadmap/README.md @@ -4,28 +4,10 @@ This is a list of planned/in progress features. -## Taskbar - -The taskbar is a collection of utilities and pinned applications displayed on top of the desktop. Its utilities include a search field, (battery percentage), (internet connection status), volume control, date and time and a button for viewing the desktop. - -See [Taskbar docs](../features/taskbar/README.md) for the current documentation of this feature. - ## Desktop A customizable desktop with a wallpaper and shortcuts to applications, files or folders. -## Storage - -A library for saving and loading persistent data using local storage. - -See [Storage docs](../features/storage/README.md) for the current documentation of this feature. - -## Settings app - -A settings app that allows you to configure and personalize your version of ProzillaOS. - -See [Settings docs](../features/applications/settings/README.md) for the current documentation of this feature. - ## Visual Studio Code clone A fully functional VSC clone called Code Editor. @@ -33,3 +15,7 @@ A fully functional VSC clone called Code Editor. ## Modals Modular windows, including alerts, confirmation dialogs and a file selector. + +## Convert to TypeScript + +Convert this project to TypeScript to improve type safety and bring the many other pros of TypeScript to this project.