2019-09-10 01:31:03 +02:00
|
|
|
# To-Do List
|
|
|
|
|
|
|
|
* ~~Get each function working as a POC~~
|
|
|
|
|
|
|
|
* ~~Separate each component for readability, finalize project structure~~
|
|
|
|
|
|
|
|
* ~~Refreshing - how are we doing that? Are we allowing individual refresh periods per component?~~
|
|
|
|
|
|
|
|
* Write tui display, charting
|
|
|
|
|
2019-09-11 00:22:34 +02:00
|
|
|
* Add custom error because it's really messy
|
|
|
|
|
2019-09-15 03:48:29 +02:00
|
|
|
* Remove any ``unwrap()``.
|
|
|
|
|
2019-09-12 02:41:11 +02:00
|
|
|
* Scrolling event
|
|
|
|
|
2019-09-10 01:31:03 +02:00
|
|
|
* Keybindings
|
|
|
|
|
2019-09-12 02:41:11 +02:00
|
|
|
~~* FIX PROCESSES AHHHHHH~~
|
2019-09-11 06:52:51 +02:00
|
|
|
|
|
|
|
* Refactor everything because it's a mess
|
|
|
|
|
2019-09-11 00:22:34 +02:00
|
|
|
* Test for Windows support, mac support
|
2019-09-10 01:31:03 +02:00
|
|
|
|
|
|
|
* Efficiency!!! Make sure no wasted hashmaps, use references, etc.
|
|
|
|
|
|
|
|
* Potentially process managing? Depends on the libraries...
|
|
|
|
|
2019-09-11 00:22:34 +02:00
|
|
|
* Filtering in processes (ie: search)
|