-
-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Guide Data Import
Ryan Bayne edited this page Apr 29, 2026
·
1 revision
TradePress should use stored data first and queue refreshes when data is missing or stale.
Data import is responsible for bringing provider data into WordPress storage so TradePress pages, scores, and status panels do not need to call providers directly during page loads.
- Pages should read stored data.
- Missing or stale data should be queued for refresh.
- Provider failures should appear as warnings or failures, not silent demo data.
- Empty states should explain what is missing.
| State | Meaning |
|---|---|
| No Data | The feature is working but nothing has been imported yet. |
| Requires API Key | Provider credentials are missing or incomplete. |
| In Development | The live import path is not release-ready yet. |
| Coming Soon | The feature is intentionally unavailable for now. |
- Provider API key is configured.
- Provider supports the data type.
- Import or scheduled refresh has run.
- Feature health is not failed.
- The page is not showing developer-only demo output.
Include the page or tab name, provider, visible health status, error text, and whether the issue appears after manually refreshing or waiting for the next scheduled import.
TradePress is currently in alpha. Verify provider configuration, data freshness, and feature health before relying on output.
- Home
- Installation
- First Setup
- Connecting Providers
- Understanding Scores
- Feature Health Status
- Strategies
- Troubleshooting
- Glossary
- Alpha software
- Demo data should not be treated as real market output
- Automation is not production-ready