asdad
All checks were successful
Deploy / deploy-staging (push) Successful in 31s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-22 00:03:19 +02:00
parent 82ad817ad3
commit 1d948f0508
4 changed files with 248 additions and 6 deletions

View File

@@ -0,0 +1,28 @@
<?php
declare(strict_types=1);
?>
<div class="card">
<div class="pill">Börsenchecker</div>
<h1 style="margin-top:.75rem;">Börsenchecker</h1>
<p class="muted">
Das Modul ist im Nexus registriert und kann jetzt schrittweise um Datenquellen,
Watchlists, Kennzahlen und Benachrichtigungen erweitert werden.
</p>
<div class="card" style="margin-top:1rem; background:var(--panel-2);">
<strong>Status</strong>
<div class="muted" style="margin-top:.5rem;">
Aktuell ist dies das initiale Grundgeruest des Moduls.
</div>
</div>
<div class="card" style="margin-top:1rem; background:var(--panel-2);">
<strong>Nächste sinnvolle Ausbaustufen</strong>
<ul style="margin:.75rem 0 0 1.1rem;">
<li>Watchlist fuer Ticker und ISINs</li>
<li>Kursdaten per API einlesen</li>
<li>Performance, Tagesdelta und historische Trends anzeigen</li>
<li>Alerts fuer Schwellwerte definieren</li>
</ul>
</div>
</div>