Skip to content

Commit 8f6077b

Browse files
committed
refactor: condense Bonds Tracker desc, remove private GitHub link
1 parent 0108d5d commit 8f6077b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/Alexey-Popov-Resume-ru.pdf

-533 Bytes
Binary file not shown.

public/Alexey-Popov-Resume.pdf

3.75 KB
Binary file not shown.

src/app/shared/data/portfolio.data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const PROJECTS: readonly Project[] = [
8585
{
8686
name: 'Bonds Tracker',
8787
badge: $localize`:@@proj.bonds.badge:Desktop · Personal`,
88-
description: $localize`:@@proj.bonds.desc:Personal bonds portfolio tracker across multiple T-Bank Invest accounts (your own and others'). Smart-portfolio optimizer by risk profile, portfolio audit with swap recommendations, a scored screener, coupon calendar by month and year, monthly income vs. contributions, and a goal dashboard with a growth roadmap. Real-time analytics over Tinkoff Invest / MOEX ISS / CBR APIs, Plotly charts, KMV-Merton default risk, a Telegram bot and Rust quant engines.`,
88+
description: $localize`:@@proj.bonds.desc:Personal bonds portfolio tracker across multiple T-Bank Invest accounts. Smart-portfolio optimizer, audit with swap suggestions, scored screener, coupon calendar and a goal dashboard with growth roadmap. Real-time analytics over Tinkoff / MOEX ISS / CBR APIs, KMV-Merton default risk, Plotly, Telegram bot, Rust engines.`,
8989
links: [],
9090
tags: ['Angular 22', 'Tauri 2', 'Rust', 'SQLite', 'WebSocket'],
9191
featured: false,
@@ -105,7 +105,7 @@ export const PROJECTS: readonly Project[] = [
105105
name: 'Claude Code config & skills',
106106
badge: $localize`:@@proj.claude.badge:Tooling · Open Source`,
107107
description: $localize`:@@proj.claude.desc:Custom Claude Code skills, agents and hooks that encode project conventions, code generation and token-optimization — including an AI code-review skill built for large Angular MRs.`,
108-
links: [{ label: 'GitHub', href: 'https://github.com/ASDAlexey/claude' }],
108+
links: [],
109109
tags: ['Claude Code', 'AI', 'Automation'],
110110
featured: false,
111111
},

src/locale/messages.ru.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@
179179
<target>Десктоп · Личное</target>
180180
</trans-unit>
181181
<trans-unit id="proj.bonds.desc" datatype="html">
182-
<source>Personal bonds portfolio tracker across multiple T-Bank Invest accounts (your own and others'). Smart-portfolio optimizer by risk profile, portfolio audit with swap recommendations, a scored screener, coupon calendar by month and year, monthly income vs. contributions, and a goal dashboard with a growth roadmap. Real-time analytics over Tinkoff Invest / MOEX ISS / CBR APIs, Plotly charts, KMV-Merton default risk, a Telegram bot and Rust quant engines.</source>
183-
<target>Личный трекер портфеля облигаций с поддержкой нескольких счетов T-Bank Invest (свои и чужие). Умный портфель — автоподбор облигаций по риск-профилю, аудит портфеля с рекомендациями по замене, скринер с балльной оценкой, купонный календарь по месяцам и годам, помесячный доход с учётом пополнений и дашборд цели с дорожной картой роста. Аналитика в реальном времени по API Tinkoff Invest / MOEX ISS / ЦБ РФ, графики Plotly, риск дефолта по KMV-Merton, Telegram-бот и квант-движки на Rust.</target>
182+
<source>Personal bonds portfolio tracker across multiple T-Bank Invest accounts. Smart-portfolio optimizer, audit with swap suggestions, scored screener, coupon calendar and a goal dashboard with growth roadmap. Real-time analytics over Tinkoff / MOEX ISS / CBR APIs, KMV-Merton default risk, Plotly, Telegram bot, Rust engines.</source>
183+
<target>Личный трекер портфеля облигаций с поддержкой нескольких счетов T-Bank Invest. Умный портфель, аудит с рекомендациями по замене, скринер с баллами, купонный календарь и дашборд цели с дорожной картой роста. Аналитика в реальном времени по API Tinkoff / MOEX ISS / ЦБ РФ, риск дефолта по KMV-Merton, Plotly, Telegram-бот и движки на Rust.</target>
184184
</trans-unit>
185185
<trans-unit id="proj.vas.badge" datatype="html">
186186
<source>Library · Open Source</source>

0 commit comments

Comments
 (0)