User Interface medium complexity mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Displays the organization-configured list of external resource links to peer mentors and coordinators. Users can browse categorized links and open them in an in-app browser or external handler without fully leaving the app context. The screen reads from a locally cached dataset to remain functional when offline.

Feature: External Resource Links

external-resources-screen

Sources & reasoning

Line 160 of the priority matrix shows all five organizations want external resource links, classified as NICE with Fase 2 delivery. Phase 2 is the second delivery phase, mapping to v1.0 by ordinal normalization. Line 480 places this feature in the home-navigation area taxonomy. The NICE classification and Phase 2 column confirm it is planned but not launch-critical.

  • docs/source/likeperson.md ยท line 160
    Eksterne lenker til ressurser | โœ“ | โœ“ | โœ“ | โœ“ | โœ“ | NICE | 2
  • docs/source/likeperson.md ยท line 480
    home-navigation | Home & Navigation | Role-Specific Home Dashboard, App Settings & Preferences, External Resource Links

Responsibilities

  • Render the curated list of external resource links grouped by category
  • Open selected links in an in-app browser or system browser while preserving navigation context
  • Display a fallback empty or offline state when no links are available
  • Trigger a background refresh of the link list on screen focus

Interfaces

loadResources(): void
openLink(url: string, title: string): void
renderOfflineState(): void