feat: add structured manual trading journal

This commit is contained in:
leefer
2026-07-23 00:12:28 +08:00
parent a2a5db8f6a
commit 7d8d270e98
8 changed files with 564 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ async function mockApplication(page, authSession = session()) {
else if (url.pathname === "/api/dashboard") payload = dashboard;
else if (url.pathname === "/api/watchlist" || url.pathname === "/api/notes") payload = { items: [] };
else if (url.pathname === "/api/alerts") payload = { items: [], unread_count: 0 };
else if (url.pathname === "/api/trades") payload = { items: [], summary: {} };
else if (url.pathname === "/api/search") payload = { groups: { stocks: [], sectors: [], themes: [], indices: [] } };
else if (url.pathname === "/api/dragon-tiger") {
payload = {