feat: implement script-based database clearing for development

- Add interactive clear-database.sh script with platform detection
- Support Electron SQLite database clearing (Linux/macOS/Windows)
- Provide web browser clearing instructions (custom profiles + DevTools)
- Remove complex programmatic database clearing from platform services
- Update documentation with comprehensive clearing guide
- Add safety features: interactive guidance, platform-specific paths
- Simplify approach: avoid browser storage complications and race conditions

Enables reliable database clearing for development without complex code.
This commit is contained in:
Matthew Raymer
2025-07-11 08:04:28 +00:00
parent 09a791622c
commit abd8f7a5dd
4 changed files with 372 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# TimeSafari Electron Build Guide
**Author**: Matthew Raymer
**Date**: 2025-01-10
**Date**: 2025-07-11
**Status**: **ACTIVE** - Production Ready
## Overview
@@ -267,6 +267,6 @@ electron/
---
**Last Updated**: 2025-01-10
**Last Updated**: 2025-07-11
**Version**: 1.0.3-beta
**Status**: Production Ready