Commit Graph

9 Commits

Author SHA1 Message Date
03dad27414 feat: dual-path save for format=jpg/jpeg with ?save=true
When format=jpg/jpeg and save=true, the chart is now saved to both:
- SavePath/{isin}.jpg  (visible filename)
- SavePathEnc/{alias}.jpg  (encoded filename, if alias exists)

This allows the external script to call the API once instead of twice
(no more separate jpg + jpgEnc calls). format=jpgEnc remains unchanged
for backward compatibility.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-28 12:37:41 +02:00
4611f3c376 feat: add ?save=true param to chart v2 — saves JPEG to disk (ChartSettings paths in appsettings) 2026-05-27 18:45:39 +02:00
c350b7d3b5 feat: add format=jpgEnc support (filename from rpt_CertificatesChartsAlias SP) 2026-05-27 18:38:52 +02:00
f9a7d7a8d2 feat: add JPEG support to /api/chart/v2 (?format=jpg|jpeg) 2026-05-27 18:06:34 +02:00
44e2098584 feat: add /api/chart/v2/{isin} endpoint and register IChartDataServiceV2
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-27 15:54:23 +02:00
cd1a366f77 feat: add natixis query param to all ReportController endpoints
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 12:37:50 +01:00
02ca8bc9fb feat: add ?dividend query param to all report endpoints
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 15:53:53 +01:00
eec67a90f0 feat: add ShowBranding flag propagation from API to report data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 12:06:30 +01:00
85ee66750a chore: initial commit - baseline before redesign 2026-03-20 12:03:38 +01:00