Data Layer low complexity mobile
0
Dependencies
2
Dependents
1
Entities
0
Integrations

Description

Local SQLite data store for caching external link objects fetched from the API. Stores link title, URL, description, category, icon, and browser mode flag. Provides offline read access and handles sync updates when connectivity is restored.

Feature: External Resource Links

links-store

Responsibilities

  • Persist link objects in local SQLite for offline access
  • Provide grouped retrieval of links by category
  • Update cached links on API sync
  • Clear stale link data when organization context changes

Interfaces

getAll()
getByCategory(category)
upsertLinks(links)
clearAll()
getLastSyncTimestamp()
setLastSyncTimestamp(timestamp)

Relationships

Dependents (2)

Components that depend on this component

Related Data Entities (1)

Data entities managed by this component