feat: add employee news links parsing and storage #28
Reference in New Issue
Block a user
Delete Branch "feature/employee-news-links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added parsing for HSE profile “В новостях” blocks, including news title, URL, summary, publication date, and year.
News links are now stored both in current_data.sections as type="news" for compatibility and in the normalized employee_news_links table with safe upsert/deduplication. The admin UI now shows a news count in Directory and a dedicated “В новостях” section on employee detail pages.
Also added migration/runtime schema support, updated README and MCP documentation, bumped service version to 0.7.0, and covered parser, crawler, admin payload, template, and schema behavior with tests.