Files
privateqrscanner/ROADMAP.md
T
Hadrian Burkhardt 027d2391b7 speedup + minor fixes
2026-02-26 03:19:53 +01:00

2.0 KiB

Product Roadmap

Quick Wins (1-3 days)

  • Duplicate UX polish

  • Add subtle in-app banner/snack bar (in addition to toast) with optional "View in history".

  • Batch mode polish

  • Add per-item copy/share in batch panel.

  • Add "newest first" timestamp labels for batch captures.

  • History export formats

  • Add CSV + JSON export options next to plain text share.

  • Scan result type actions

  • One-tap actions for Phone/SMS/Email/Wi-Fi/Contact/Calendar where possible.

  • Settings for scan feedback

  • Toggle haptic/beep on successful scan.

  • Live readability feedback in camera

  • Show real-time hint when a code is visible vs readable.

  • Scan stability hardening

  • Temporal box stabilization (smoothing + short persistence) and same-code holdoff to reduce repeat scans.

  • Guided scan zone

  • Only accept live camera scans when the readable code is inside the center aiming frame.

  • Advanced gallery preview

  • Open selected image in full focus mode, support pinch zoom/pan, and run live re-detection with overlay markers linked to list entries.

Mid-size Features (3-7 days)

  1. Import history
  • Restore from CSV/JSON backup.
  • Handle duplicates and merge policy.
  1. Favorites / pin scans
  • Pin important entries, filter by favorites.
  1. Tagging
  • Add tags/folders and filter chips in History.
  1. Improved image scan
  • Multi-code detection from one image with result picker.

Bigger Features (1-3 weeks)

  1. Structured parser layer
  • Parse vCard/Wi-Fi/calendar deeply and show rich result cards before actions.
  1. Background camera quality controls
  • Adaptive analyzer settings for tiny/low-contrast codes.
  1. Security enhancement package
  • Expand local URL checks (homograph/punycode heuristics, known suspicious patterns).
  • Optional strict mode before open.
  1. Backup/restore flow
  • Full local backup with versioned schema and migration support.

Suggested Next 2

  1. Import history (CSV/JSON restore + merge policy)
  2. Tagging (tags/folders + filter chips)