From d76e7e254a433ea61c337a9ebbc26f6bcbbff8ef Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 2 Apr 2018 02:03:15 +0200 Subject: [PATCH] Updating the project status. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79ad505..3dd75f7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ rewrite you ask? # Design goals This effort is focused on good software design and maintainability. By a good -software I mean: +design I mean: 1. Write readable, well documented code. 1. Only beautiful, simple APIs, no exposed concurrency, channels, internals, etc. @@ -47,11 +47,13 @@ See the [design document](doc/design.md). - [x] High-Level Design. - [x] Submit the APIs. -- [ ] Implement the terminal layer. -- [ ] Implement the container. +- [x] Implement the terminal layer. +- [x] Implement unit test helpers. +- [x] Implement the container. - [ ] Implement the input event pre-processing. - [ ] Implement the infrastructure layer. -- [ ] Implement unit test helpers. +- [ ] Add support for tracking mouse and keyboard focus. - [ ] Implement the first widget. - [ ] Documentation and tooling for widget development. - [ ] Launch and iterate. +- [ ] Implement support for other than 50% ratios when splitting containers.