ResumeStatusScreen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Dedicated screen shown to a paused peer mentor who initiates a return to active status. Displays current pause status, total pause duration, and a confirmation action to resume. Provides clear feedback on the outcome of the resume attempt.
resume-status-screen
Sources & reasoning
The source doc describes pause as "midlertidig deaktivering" (temporary deactivation) at line 79, which presupposes a resume path. Resume is the mandatory lifecycle complement to pause-function and shares its Fase 2 phase, mapping to v1.0.
-
docs/source/likeperson.md · line 79-80Likepersoner skal kunne sette seg på pause (midlertidig deaktivering) uten å melde seg ut. Koordinator må varsles.
Responsibilities
- Display current pause status and elapsed pause duration
- Present a single confirmed resume action to the mentor
- Show certification validity warnings if re-entry would be blocked
- Reflect post-resume state and success or error feedback
Interfaces
loadPauseStatus(mentorId): PauseStatusViewModel
onConfirmResume(): void
showResumeResult(result: ResumeResult): void