Commit a09e70b
committed
feat: download filename param, multi-dir MCP, dashboard fixes and enhancements
- Add filename parameter to download/download_v2 functions
- Support multiple -d directory flags in MCP server CLI
- Fix note disappearing bug on save in dashboard report
- Add challenger highlighting across all compare components
- Add Top 5/10/25 strategy selection buttons to modal
- Add text filter to notes strategy dropdown
- Add MCP server setup instructions to dashboard export tab
- Collapse sidebar tag groups by default
- Fix examples/open.py path resolution
- Update tutorial notebooks with new features1 parent 9f08ed4 commit a09e70b
9 files changed
Lines changed: 334 additions & 68 deletions
File tree
- examples
- tutorial/notebooks
- investing_algorithm_framework
- app/reporting/templates
- cli
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
126 | 153 | | |
127 | 154 | | |
128 | 155 | | |
| |||
143 | 170 | | |
144 | 171 | | |
145 | 172 | | |
146 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
147 | 176 | | |
148 | 177 | | |
149 | 178 | | |
| |||
170 | 199 | | |
171 | 200 | | |
172 | 201 | | |
173 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
174 | 205 | | |
175 | 206 | | |
176 | 207 | | |
| |||
179 | 210 | | |
180 | 211 | | |
181 | 212 | | |
182 | | - | |
| 213 | + | |
183 | 214 | | |
184 | 215 | | |
185 | 216 | | |
186 | 217 | | |
187 | | - | |
| 218 | + | |
188 | 219 | | |
189 | 220 | | |
190 | 221 | | |
| |||
193 | 224 | | |
194 | 225 | | |
195 | 226 | | |
196 | | - | |
| 227 | + | |
197 | 228 | | |
198 | 229 | | |
199 | 230 | | |
| |||
232 | 263 | | |
233 | 264 | | |
234 | 265 | | |
235 | | - | |
| 266 | + | |
236 | 267 | | |
237 | 268 | | |
238 | 269 | | |
| |||
241 | 272 | | |
242 | 273 | | |
243 | 274 | | |
244 | | - | |
| 275 | + | |
245 | 276 | | |
246 | 277 | | |
247 | 278 | | |
| |||
Lines changed: 12 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
234 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
241 | 248 | | |
242 | 249 | | |
243 | 250 | | |
| |||
250 | 257 | | |
251 | 258 | | |
252 | 259 | | |
253 | | - | |
| 260 | + | |
254 | 261 | | |
255 | 262 | | |
256 | 263 | | |
| |||
594 | 601 | | |
595 | 602 | | |
596 | 603 | | |
597 | | - | |
598 | | - | |
599 | | - | |
| 604 | + | |
600 | 605 | | |
601 | 606 | | |
602 | 607 | | |
603 | 608 | | |
604 | 609 | | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | 610 | | |
612 | 611 | | |
613 | 612 | | |
614 | 613 | | |
615 | 614 | | |
616 | 615 | | |
617 | 616 | | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
618 | 620 | | |
619 | 621 | | |
620 | 622 | | |
| |||
626 | 628 | | |
627 | 629 | | |
628 | 630 | | |
629 | | - | |
630 | 631 | | |
631 | 632 | | |
632 | 633 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments