From 002af407560a41bc4a316e499193e56ba8fb3fc4 Mon Sep 17 00:00:00 2001 From: Toxblh Date: Mon, 9 Apr 2018 15:37:30 +0100 Subject: [PATCH] upd roadmap --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bca54f1..d892bf9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

-My the idea is to create the program like a platform for plugins for customization TouchBar. I very like BTT and a full custom TouchBar. And I want to create it. And it's my the first Swift project for MacOS :) +My the idea is to create the program like a platform for plugins for customization TouchBar. I very like BTT and a full custom TouchBar (my [BTT preset](https://github.com/Toxblh/btt-touchbar-preset)). And I want to create it. And it's my the first Swift project for MacOS :) ### Roadmap - [x] Create the first prototype with TouchBar in Storyboard @@ -17,6 +17,20 @@ My the idea is to create the program like a platform for plugins for customizati - [x] Time in touchbar! - [x] First the weather plugin - [x] Find how to open full-screen TouchBar without the cross and stripe menu -- [ ] Create the same panel like in my [BTT preset](https://github.com/Toxblh/btt-touchbar-preset) - [ ] Find how to add haptic feedback +- [ ] JSON or another approch for save preset and plugins maybe in `~/mtmr` +- [ ] Layout: [always left, NSSliderView for center, always right] +- [ ] Custom buttons size, actions by click in settings +- [ ] Add icon and menu in StatusBar +- [ ] Hide from Dock +- [ ] Status menu: "preferences", "quit" + +Settings: +- [ ] Intarface for plugins and export like presets +- [ ] Startup at login +- [ ] Show on/off in Dock +- [ ] Show on/off in StatusBar +- [ ] On/off Haptic Feedback + +Maybe: - [ ] Refactoring the application on packages (AppleScript, JavaScript? and Swift?)