{% extends "base.html" %} {% from "components/help_macros.html" import tooltip, help_panel, help_step, help_tip %} {% set active_page = 'subscriptions' %} {% block title %}Manage News Subscriptions - LDR{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

News Subscriptions

Manage your news topics and scheduled searches

Back to News Feed
{% call help_panel('subs-how', 'Understanding News Subscriptions', icon='bell', collapsed=true, dismissible=true) %}
{{ help_step(1, "Create Topics", "Define research topics you want to track. The system searches for new content automatically.") }} {{ help_step(2, "Set Schedule", "Choose update frequency: hourly, daily, or weekly. Adjust based on topic volatility.") }} {{ help_step(3, "Get Updates", "New results appear in your news feed with priority indicators and impact scores.") }} {{ help_step(4, "Pause/Resume", "Temporarily pause subscriptions without losing settings. Resume anytime.") }}
{{ help_tip("Tip: Start with daily updates. Switch to hourly only for fast-moving topics to avoid API overuse.") }} {% endcall %}
0
Total Subscriptions
0
Active
0
Paused
0
Updates Today
Auto-Refresh Scheduler: Checking...

Folders

All Subscriptions 0
Uncategorized 0
Loading...

Loading subscriptions...

{% endblock %} {% block page_scripts %} {% endblock %}