bottom/TODO.md

30 lines
654 B
Markdown
Raw Normal View History

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
* Add custom error because it's really messy
* 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
* 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...
* Filtering in processes (ie: search)