2019-09-10 01:31:03 +02:00
|
|
|
# To-Do List
|
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
## Pre-release (bare minimum)
|
|
|
|
|
2019-09-10 01:31:03 +02:00
|
|
|
* ~~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?~~
|
|
|
|
|
2019-09-15 06:06:57 +02:00
|
|
|
* ~~Write tui display, charting~~
|
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* ~~FIX PROCESSES AHHHHHH~~
|
2019-09-10 01:31:03 +02:00
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Scrolling in at least processes
|
2019-09-11 00:22:34 +02:00
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Keybindings
|
2019-09-15 03:48:29 +02:00
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
## After making public
|
2019-09-12 02:41:11 +02:00
|
|
|
|
2019-09-17 00:47:49 +02:00
|
|
|
* Mouse + key events conflict? Make it so that some events don't clog up the loop if they are not valid keys!
|
|
|
|
|
2019-09-16 22:18:42 +02:00
|
|
|
* Header should be clear on current sorting direction!
|
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Scaling in and out (zoom), may need to show zoom levels
|
|
|
|
|
|
|
|
* It would be maybe a good idea to see if we can run the process calculation across ALL cpus...?
|
|
|
|
|
|
|
|
* ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!
|
|
|
|
|
|
|
|
* Remove any ``unwrap()``, ensure no crashing!
|
2019-09-10 01:31:03 +02:00
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Scrolling event in lists
|
|
|
|
|
|
|
|
* Switching between panels
|
|
|
|
|
|
|
|
* Truncate columns if needed for tables
|
2019-09-11 06:52:51 +02:00
|
|
|
|
|
|
|
* Refactor everything because it's a mess
|
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Test for Windows support, mac support, other. May be doable, depends on sysinfo and how much I know about other OSes probably.
|
2019-09-10 01:31:03 +02:00
|
|
|
|
2019-09-15 06:06:57 +02:00
|
|
|
* Efficiency!!!
|
2019-09-10 01:31:03 +02:00
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Filtering in processes (that is, allow searching)
|
2019-09-10 01:31:03 +02:00
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Help screen
|
|
|
|
|
2019-09-16 22:18:42 +02:00
|
|
|
* Modularity
|
|
|
|
|
2019-09-15 20:16:18 +02:00
|
|
|
* Potentially process managing? Depends on the libraries...
|