-
-
Notifications
You must be signed in to change notification settings - Fork 19
Добавить поле для блогов в профиль #4023
Copy link
Copy link
Open
Description
leotsarev
opened on Mar 15, 2026
Issue body actions
- Добавить новую сущность в DataModel UserBlogs (UserBlogId, UserId, BlogUri, BlogName, BlogDescription?BlogType=Telegram/Vk/Other)
- Добавить в ManageController.SetupProfile поле «ссылки на блоги». 1 строчка = одна запись в UserBlogs (URL проверяется на корректность, выполняется upsert)
- Реализация этого — через отдельный userBlogService по образцу userService
- BlogName заполняется из BlogUri, BlogDescription — пустой, BlogType из анализа URL
Reactions are currently unavailable