summaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-17 16:14:01 +0200
committerRaindropsSys <contact@minteck.org>2023-06-17 16:14:01 +0200
commit4ba24124261b00df7309422650f1206778e0c297 (patch)
tree45ca888d1525331d7f8cbd4f5329bc9f556500a2 /ROADMAP.md
downloadkirinos-4ba24124261b00df7309422650f1206778e0c297.tar.gz
kirinos-4ba24124261b00df7309422650f1206778e0c297.tar.bz2
kirinos-4ba24124261b00df7309422650f1206778e0c297.zip
Initial commit
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md83
1 files changed, 83 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
new file mode 100644
index 0000000..51eae69
--- /dev/null
+++ b/ROADMAP.md
@@ -0,0 +1,83 @@
+# mangoOS 1.0 Roadmap
+
+* [ ] Startup screen
+* [ ] Login screen
+* [ ] Desktop
+ * [ ] Window manager
+ * [ ] Application menu
+ * [ ] Task bar
+ * [ ] Media keys
+ * [ ] Application switcher
+ * [ ] Notifications
+ * [ ] Status bar
+ * [ ] Power options
+* [ ] Web browser
+ * [ ] Basic browsing
+ * [ ] Multiple tabs
+ * [ ] History
+ * [ ] Bookmarks
+ * [ ] Downloads and uploads
+* [ ] System Settings
+ * [ ] Network
+ * [ ] Bluetooth
+ * [ ] VPN
+ * [ ] Notifications
+ * [ ] Sound
+ * [ ] Updates
+ * [ ] Storage
+ * [ ] Startup Options
+ * [ ] Region and Time
+ * [ ] Appearance
+ * [ ] Apps and Permissions
+ * [ ] Screens
+ * [ ] Power
+ * [ ] Keyboard
+ * [ ] Mouse and Trackpad
+ * [ ] Users
+ * [ ] About
+* [ ] Ports of popular apps
+ * [ ] YouTube
+ * [ ] Google Drive
+ * [ ] iCloud
+ * [ ] Apple Music
+ * [ ] Visual Studio Code
+ * [ ] Discord
+ * [ ] Gmail
+* [ ] mangoOS SDK
+ * [ ] Window management
+ * [ ] Notifications
+ * [ ] Permissions
+ * [ ] Miscellaneous Utilities
+ * [ ] (Self) process management
+ * [ ] Triggers
+ * [ ] Network API
+ * [ ] Screen API
+ * [ ] Input API
+ * [ ] Session API
+ * [ ] Disks API
+ * [ ] Startup API
+ * [ ] Files API
+ * [ ] System API
+ * [ ] Subprocess API
+ * [ ] Cryptography API
+ * [ ] DNS Resolver API
+ * [ ] Profiling API
+ * [ ] Compression API
+ * [ ] Automation API
+* [ ] System apps
+ * [ ] Calculator
+ * [ ] System Monitor
+ * [ ] Terminal
+ * [ ] Store
+ * [ ] PDF reader
+ * [ ] Clock
+ * [ ] Fonts
+ * [ ] Maps
+ * [ ] Notes
+ * [ ] Media Player
+ * [ ] Files
+ * [ ] Screenshot
+ * [ ] Text Editor
+ * [ ] Weather
+ * [ ] Console
+ * [ ] Disks \ No newline at end of file