You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make congress-trade tickers tappable in the morning briefing so that, on iOS, tapping the ticker opens TradingView directly to that symbol's chart instead of just showing plain text like `Rep. NAME sold TICKER`.
6
+
7
+
## Status
8
+
9
+
Implementation complete, verification in progress
10
+
11
+
## Task Breakdown
12
+
13
+
- Add partial-substring link support to Telegram briefing items
14
+
- Generate TradingView symbol URLs for congress-trade tickers
15
+
- Link only the ticker text in congress-trade lines
16
+
- Verify with typecheck, tests, and trunk
17
+
18
+
## Decisions
19
+
20
+
- Keep the existing congress-trade sentence structure and link only the ticker.
21
+
- Use TradingView web symbol URLs, not the custom `tradingview://` scheme.
22
+
- Use `https://www.tradingview.com/symbols/<TICKER>/` because TradingView self-resolves the exchange.
0 commit comments