← Назад{
"project": "futures-screener",
"name": "Futures Screener",
"tasks": [
{
"id": "screener-1",
"title": "Add Telegram alerts for market extremes",
"description": "Send notifications when density reaches critical levels",
"priority": "high",
"status": "in_progress",
"createdAt": "2026-02-18T10:00:00Z",
"updatedAt": "2026-02-22T14:00:00Z",
"progress": 80,
"tags": ["telegram", "alerts", "trading"]
},
{
"id": "screener-2",
"title": "Implement historical backtesting",
"description": "Add ability to test strategies on historical data",
"priority": "medium",
"status": "proposed",
"createdAt": "2026-02-20T10:00:00Z",
"updatedAt": "2026-02-20T10:00:00Z",
"tags": ["backtesting", "analytics"]
},
{
"id": "screener-3",
"title": "Create user authentication",
"description": "Add login system for SaaS version",
"priority": "high",
"status": "proposed",
"createdAt": "2026-02-21T10:00:00Z",
"updatedAt": "2026-02-21T10:00:00Z",
"tags": ["auth", "saas", "security"]
},
{
"id": "screener-4",
"title": "Optimize density calculation algorithm",
"description": "Improve performance of bid/ask density calculations",
"priority": "medium",
"status": "done",
"createdAt": "2026-02-10T10:00:00Z",
"updatedAt": "2026-02-14T16:00:00Z",
"completedAt": "2026-02-14T16:00:00Z",
"tags": ["performance", "optimization"]
}
]
}