Commit Graph

180 Commits

Author SHA1 Message Date
Kirill 3177413acd chore: fix prettier formatting 2026-05-20 19:33:13 +05:00
Kirill faac332138 feat: implement yookassa redirect payment flow on client 2026-05-20 19:28:46 +05:00
Kirill 698293e2f1 feat: remove old manual payment dialog and api method 2026-05-20 19:22:51 +05:00
Kirill dcf601d4a2 feat: add yookassa webhook endpoint 2026-05-20 19:19:48 +05:00
Kirill 317b910710 fix: email validation, conditional order update, improved tests for payment routes 2026-05-20 19:12:46 +05:00
Kirill 7d0854a294 fix: use correct notification event name in payment route 2026-05-20 19:00:39 +05:00
Kirill 8d45155b54 feat: rewrite payment route for yookassa redirect flow 2026-05-20 18:53:21 +05:00
Kirill abadbbd4c4 fix: add retry to getPayment, normalize return, env validation, webhook/builder tests 2026-05-20 18:11:14 +05:00
Kirill a3556367c6 fix: correct retryable check in yookassa fetchWithRetry 2026-05-20 18:04:07 +05:00
Kirill 3879e4b388 feat: add yookassa API client library with tests 2026-05-20 17:59:35 +05:00
Kirill e2cea63af0 feat: add yookassa env vars to .env.example 2026-05-20 17:54:54 +05:00
Kirill dad644190a fix: remove redundant index on yookassaPaymentId 2026-05-20 17:54:01 +05:00
Kirill 7bba78b4c0 feat: add Payment model for yookassa integration 2026-05-20 17:49:14 +05:00
Kirill 585c565b7b docs: add yookassa payment integration implementation plan 2026-05-20 17:45:20 +05:00
Kirill fc7bc43c9f docs: add yookassa payment integration design spec 2026-05-20 17:33:08 +05:00
Kirill 98631e1d1a Merge branch 'autorization' 2026-05-20 17:01:43 +05:00
Kirill b06ba64365 test commit 2026-05-20 12:07:22 +05:00
Kirill af5376d0e1 fix: rename name→displayName in remaining Prisma select clauses 2026-05-20 11:31:24 +05:00
Kirill c32d5e6aff fix: use sx for justifyContent in OAuthButtons, fix import order in test 2026-05-20 11:14:36 +05:00
Kirill 1873681fa6 test: OAuthButtons component 2026-05-20 11:12:13 +05:00
Kirill bf22aaf917 test: OAuth user model fields 2026-05-20 11:10:18 +05:00
Kirill 76d215e4dc docs: add Yandex OAuth scopes to .env.example 2026-05-20 11:08:18 +05:00
Kirill e8f5bba9bf feat: add OAuth buttons to AuthPage 2026-05-20 11:07:18 +05:00
Kirill ec2c70e3ae feat: add OAuthButtons component 2026-05-20 11:04:25 +05:00
Kirill 54f5ec78c3 feat: add oauth providers config 2026-05-20 11:02:07 +05:00
Kirill 00b74e56d7 refactor: rename name→displayName across client 2026-05-20 11:00:28 +05:00
Kirill 8d9c250eb7 refactor: rename name→displayName in AuthUser type 2026-05-20 10:57:11 +05:00
Kirill 6fde248dc5 feat: enrich Yandex OAuth with firstName/lastName/gender/avatar 2026-05-20 10:55:37 +05:00
Kirill d2d2f721cd feat: enrich VK OAuth with firstName/lastName/gender/avatar 2026-05-20 10:53:58 +05:00
Kirill 32a4406cb8 refactor: rename name→displayName in review files 2026-05-20 10:51:48 +05:00
Kirill cc7e46b447 refactor: rename name→displayName in admin-users 2026-05-20 10:50:38 +05:00
Kirill ce49f75100 feat: use displayName in mapUserForClient and profile update 2026-05-20 10:46:31 +05:00
Kirill 36880c298c feat: rename User.name→displayName, add firstName/lastName/gender/avatar 2026-05-20 10:39:01 +05:00
Kirill d931545a2e docs: yandex+vk oauth implementation plan 2026-05-20 10:35:43 +05:00
Kirill 01bd9f8968 docs: yandex+vk oauth design spec 2026-05-20 10:26:45 +05:00
Kirill 8257a19292 Merge branch 'instruktion' 2026-05-19 15:33:02 +05:00
Kirill cb4661dc13 test commit 2026-05-19 15:32:45 +05:00
Kirill 0b01b61e48 fix: use MUI v9 slots API for StepLabel stepIcon 2026-05-19 15:18:42 +05:00
Kirill 17b683f131 feat: remove InfoPageBlock model from Prisma schema 2026-05-19 15:14:38 +05:00
Kirill 57275514bf feat: remove server info-page routes 2026-05-19 14:56:37 +05:00
Kirill 348ffd940c feat: remove info page from admin navigation and routes 2026-05-19 14:56:08 +05:00
Kirill 5eadbd0d0e feat: remove info entity (admin CRUD layer) 2026-05-19 14:55:28 +05:00
Kirill dbe36ce6fd feat: remove admin info page CRUD 2026-05-19 14:55:13 +05:00
Kirill 777ba6ec15 feat: rewrite InfoPage as static container with section components 2026-05-19 14:53:42 +05:00
Kirill e7cc518d7f fix: prettier formatting and step key in info sections 2026-05-19 14:52:11 +05:00
Kirill f01ede6ee9 feat: add ReturnsSection with return and warranty blocks 2026-05-19 14:44:23 +05:00
Kirill 2ffa11be50 feat: add DeliverySection with pickup, courier, and postal cards 2026-05-19 14:44:08 +05:00
Kirill 22ac9e381d feat: add PaymentSection with card and cash methods 2026-05-19 14:43:58 +05:00
Kirill 4952ed6371 feat: add HowToOrderSection with purchase step stepper 2026-05-19 14:43:26 +05:00
Kirill 7250875a5c Merge branch 'refack' 2026-05-19 11:26:17 +05:00