diff --git a/TODO.md b/TODO.md index bc54a8c..38956eb 100644 --- a/TODO.md +++ b/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`