add: debugging roadmap goals
12
Roadmap.md
12
Roadmap.md
@@ -15,8 +15,9 @@ The following list contains goals for certain features the library supports or i
|
|||||||
- [x] separators
|
- [x] separators
|
||||||
- [x] Rectangle
|
- [x] Rectangle
|
||||||
- [ ] Sizing options (should be only one option at any given time possible)
|
- [ ] Sizing options (should be only one option at any given time possible)
|
||||||
- [x] fixed size (*absolute*)
|
- [x] fixed sizes (*absolute*)
|
||||||
- [ ] percentage size (*relative*)
|
- [x] growable sizes
|
||||||
|
- [ ] percentage sizes (compared to its parent Container, or for the root, compared to the absolute screen size) (*relative*)
|
||||||
- [ ] Inline rendering (**later**)
|
- [ ] Inline rendering (**later**)
|
||||||
- [ ] User control
|
- [ ] User control
|
||||||
- [x] event loop handling
|
- [x] event loop handling
|
||||||
@@ -82,3 +83,10 @@ The following list contains goals for certain features the library supports or i
|
|||||||
- [x] try to integrate them into the library itself such that they also serve as examples on how to test
|
- [x] try to integrate them into the library itself such that they also serve as examples on how to test
|
||||||
- [x] `Layout`, `Border` and `Rectangle` contain the test cases for rendering of `Container`s
|
- [x] `Layout`, `Border` and `Rectangle` contain the test cases for rendering of `Container`s
|
||||||
- [x] `Scrollable` test cases containing inclusion of test creation containing user interaction (i.e. mouse scrolling)
|
- [x] `Scrollable` test cases containing inclusion of test creation containing user interaction (i.e. mouse scrolling)
|
||||||
|
- [ ] Debugging
|
||||||
|
- [ ] render correpsonding contents with debug information (the following points are just brain dump of potential information the developer want to see):
|
||||||
|
- *origin* of `Container`s
|
||||||
|
- *size* of `Container` (i.e. the four corners?)
|
||||||
|
- *padding* of `Container`
|
||||||
|
- *gap* of `Container`
|
||||||
|
- *separator* of `Container`
|
||||||
|
|||||||
Reference in New Issue
Block a user