capture additional review in todo.txt
This commit is contained in:
parent
0ca05ed3b4
commit
c50ba0124f
1 changed files with 27 additions and 0 deletions
27
TODO.md
27
TODO.md
|
|
@ -57,3 +57,30 @@ exported as a public constant. Callers currently pass the default.
|
|||
**Action needed:** When the Fed moves rates significantly, update
|
||||
`default_risk_free_rate` in `src/analytics/risk.zig`. Eventually consider
|
||||
making this a config value (env var or .env) so it doesn't require a rebuild.
|
||||
|
||||
## CLI/TUI code review (lower priority)
|
||||
|
||||
No review has been done on these files. They are presentation-layer code
|
||||
and not part of the reusable library API.
|
||||
|
||||
TUI:
|
||||
- `src/tui.zig`
|
||||
- `src/tui/chart.zig`
|
||||
- `src/tui/keybinds.zig`
|
||||
- `src/tui/theme.zig`
|
||||
|
||||
Commands:
|
||||
- `src/commands/common.zig`
|
||||
- `src/commands/analysis.zig`
|
||||
- `src/commands/cache.zig`
|
||||
- `src/commands/divs.zig`
|
||||
- `src/commands/earnings.zig`
|
||||
- `src/commands/enrich.zig`
|
||||
- `src/commands/etf.zig`
|
||||
- `src/commands/history.zig`
|
||||
- `src/commands/lookup.zig`
|
||||
- `src/commands/options.zig`
|
||||
- `src/commands/perf.zig`
|
||||
- `src/commands/portfolio.zig`
|
||||
- `src/commands/quote.zig`
|
||||
- `src/commands/splits.zig`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue