jellydn / jellydn/echo-note

Sub-issue: recovery for interrupted recordings

Open
#55 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
0
Forks
0
Avg merge
13d 17h
Merged PRs (30d)
4

Description

## What
Add recovery for interrupted or partially processed recordings.

## Why
Desktop recording apps need a safe way to restore work after crashes, app quits, or failed processing. This reduces data loss and makes the app feel trustworthy.

## How
- persist in-progress session metadata during recording
- detect unfinished sessions on startup
- offer a recovery dialog in the UI
- restore audio, transcript, and summary state when possible
- keep the recovery path local and SQLite-backed

Parent: #51

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by mapping how recording session metadata, audio, transcripts, and summaries are stored locally, then trace startup handling and the UI entry point for a recovery dialog. Done means interrupted sessions are detected after crashes or quits and can be recovered from SQLite when their state is available.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, sqlite
Domain
databases, desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.