chore: add backlog.md + gitignore config/.backup-* dirs
This commit is contained in:
parent
236db81ed3
commit
3d3f81c252
2 changed files with 24 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@ unsloth_compiled_cache/
|
||||||
data/survey_screenshots/*
|
data/survey_screenshots/*
|
||||||
!data/survey_screenshots/.gitkeep
|
!data/survey_screenshots/.gitkeep
|
||||||
config/user.yaml
|
config/user.yaml
|
||||||
|
config/.backup-*
|
||||||
|
|
|
||||||
23
docs/backlog.md
Normal file
23
docs/backlog.md
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Peregrine — Feature Backlog
|
||||||
|
|
||||||
|
Unscheduled ideas and deferred features. Roughly grouped by area.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Settings / Data Management
|
||||||
|
|
||||||
|
- **Backup / Restore / Teleport** — Settings panel option to export a full config snapshot (user.yaml + all gitignored configs) as a zip, restore from a snapshot, and "teleport" (export + import to a new machine or Docker volume). Useful for migrations, multi-machine setups, and safe wizard testing.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Apply / Browser Integration
|
||||||
|
|
||||||
|
- **Browser autofill extension** — Chrome/Firefox extension that reads job application forms and auto-fills from the user's profile + generated cover letter; syncs submitted applications back into the pipeline automatically. (Phase 2 paid+ feature per business plan.)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Sync
|
||||||
|
|
||||||
|
See also: `docs/plans/email-sync-testing-checklist.md` for outstanding test coverage items.
|
||||||
|
|
||||||
|
---
|
||||||
Loading…
Reference in a new issue