summaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: a38ea68c7e735f4104b8c51306772593fd37e4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# To-Do List

Note this will probably migrate to GitHub's native Issues; this was mostly for personal use during early stages.

## Pre-release (bare minimum)

- ~~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~~

- ~~FIX PROCESSES AHHHHHH~~

- ~~Scrolling in at least processes~~

- Keybindings - I want to do at least arrow keys and dd.

- ~~Legend gets in the way at too small of a height... maybe modify tui a bit more to fix this.~~

## After making public

- Consider bumping up the refresh rate to 3000?

- Arrow keys for lists. This is a priority!

- Travis

- Refactoring! Please.

- Scaling in and out (zoom), may need to show zoom levels

- More keybinds

- Tests

- Mouse + key events conflict? Make it so that some events don't clog up the loop if they are not valid keys!

- Header should be clear on current sorting direction!

- It would be maybe a good idea to see if we can run the process calculation across ALL cpus...? Might be more accurate.

- ~~Add custom error because it's really messy~~ Done, but need to implement across rest of app!

- Remove any `unwrap()`, ensure no crashing! Might have to use this: <https://doc.rust-lang.org/std/panic/fn.catch_unwind.html>

- Scrolling event in lists

- Switching between panels

- Truncate columns if needed for tables

- Test for Windows support, mac support, other. May be doable, depends on sysinfo and how much I know about other OSes probably.

- Seems like the braille symbols are borked on windows.

- Issue with typing after windows version runs!

- Efficiency!!!

- Filtering in processes (that is, allow searching)

- Help screen

- Modularity

- ~~Potentially process managing? Depends on the libraries...~~ Done on Linux!

- Probably good to add a "are you sure" to dd-ing...