Adding a favorite
You can bookmark any indicator directly from the catalog grid:- Locate the indicator card in the catalog, search results, or on the indicator detail page.
- Click the star icon on the card.
- The icon fills to confirm the indicator has been bookmarked.
Viewing your favorites
Navigate to/favorites to see all bookmarked indicators in one place. The page uses the same 3-column indicator card grid as the main catalog, so you can:
- Click any card to open the indicator detail page.
- Sort and filter the list using the same controls available in the catalog.
How favorites are stored
Favorites are stored in your browser’s localStorage under theresources key. This means:
- Your favorites are device-specific — they are not synced across browsers or devices.
- Clearing your browser data or localStorage will erase your favorites list.
- No login is required to use favorites.
localStorage keys
The platform uses the following localStorage keys:| Key | Contents |
|---|---|
token | Authentication token (if logged in) |
user | Logged-in user profile |
resources | Bookmarked indicator IDs (favorites) |
theme | User interface color theme preference |
Favorites functionality does not require you to be logged in. The star icon is available to all visitors.
