DailyDesk stores task templates and quick links in local JSON. A useful next step is an import/export flow for config.json so users can back up or share their daily setup.
Suggested scope:
- Add Export Config and Import Config actions in Settings.
- Use a standard macOS save/open panel.
- Keep tests isolated with
DAILYDESK_HOME.
- Do not touch real user state during development.
Relevant files: Stores.swift, SettingsWindowController.swift, README.md.
DailyDesk stores task templates and quick links in local JSON. A useful next step is an import/export flow for
config.jsonso users can back up or share their daily setup.Suggested scope:
DAILYDESK_HOME.Relevant files:
Stores.swift,SettingsWindowController.swift,README.md.