Skip to content

Commit 7013066

Browse files
iamabhi9claude
andcommitted
Add screenshots to the README
Four captures of the demo — Overview, Holdings, the sample research report, and Analysis. The fourth is the Analysis tab rather than Fundamentals as the placeholder assumed, so it is named and described for what it actually shows. Also fixes the banner grammar the research capture exposed: "a India holding" now reads "an Indian holding". Every figure in these is demo data. The US value shown is $31,060, which is the demo's, and the only tickers visible are the five the demo ships. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent bd57278 commit 7013066

7 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ every trade behind it.
4949

5050
![Holdings](docs/images/holdings.png)
5151

52-
**Fundamentals** — every stock against every metric, sortable and searchable.
52+
**Analysis** — sector exposure, concentration, and capital deployed by month, quarter or
53+
year, filtered by asset.
5354

54-
![Fundamentals](docs/images/fundamentals.png)
55+
![Analysis](docs/images/analysis.png)
5556

5657
**Research** — optional third-party analysis, read against the position you actually hold.
5758

app/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ <h2>Fundamentals
14461446
about ${usd(0.022,3)} — billed</span></div>`}
14471447
${summary?`<div class="dca"><h4>Summary (from the report)</h4><div class="md">${md(summary)}</div></div>`:''}
14481448
${r.context && r.context.market && r.context.market!==STATE.market
1449-
? `<div class="banner">This report is for a <b>${r.context.market==='in'?'India':'US'}</b>
1449+
? `<div class="banner">This report is for an <b>${r.context.market==='in'?'Indian':'American'}</b>
14501450
holding, and you are viewing the ${STATE.market==='in'?'India':'US'} market. The
14511451
position figures below are in ${r.context.currency}.</div>` : ''}
14521452
${dcaPanel(r.context,decTxt)}

docs/images/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ place rather than renaming them, or the README's links break.
88
| `overview.png` | Overview tab, US market — the header figures, allocation, top movers |
99
| `holdings.png` | Holdings tab — the table with its `re-entered` chip and `ˢ` markers |
1010
| `research.png` | A research report — verdict strip, plain-English section, position panel |
11-
| `fundamentals.png` | Fundamentals → All stocks, showing the metric matrix |
11+
| `analysis.png` | Analysis tab — sector exposure, concentration, capital deployed |
1212

1313
Take them against the demo, never against real holdings:
1414

docs/images/analysis.png

141 KB
Loading

docs/images/holdings.png

158 KB
Loading

docs/images/overview.png

143 KB
Loading

docs/images/research.png

214 KB
Loading

0 commit comments

Comments
 (0)