Files
omsorg/omsorgapp
Felix KemmlerandClaude Sonnet 5 99b5e07390 Add birthday reminder widget to omsorgapp dashboard (FR-MA-7)
Also fixes date-input fields on the employee form (dateOfBirth/entryDate/
exitDate) to convert the generated client's Date objects into the
"YYYY-MM-DD" string <input type="date"> expects — needed for the widget's
birthday calculation and previously left the fields blank on edit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-10 20:45:19 +02:00
..

Omsorg Business Controls Pro Release 0.1.1 Foundation

Stabile lokale Electron/React-Basis ohne native SQLite-Abhängigkeit.

Warum 0.1.1?

Release 0.1.0 nutzte better-sqlite3. Auf macOS/Electron kann dieses native Modul Versionsprobleme verursachen. Release 0.1.1 speichert Daten zuerst in einer lokalen JSON-Datenbank im Benutzerordner.

Start

cd ~/Desktop/omsorg-business-controls-pro-release-0.1.1
npm install
npm run dev

Lokale Daten

Die App legt Ordner unter ~/Documents/Omsorg Business Controls Pro an:

  • database/omsorg-local-db.json
  • documents/employees
  • documents/customers
  • backups

Nächster Sprint

SQLite wird später sauber über eine entkoppelte Persistenzschicht eingebaut.