Readme update

This commit is contained in:
Louis Whittington 2026-03-30 17:17:23 -05:00
parent 735db3baf3
commit e70f395772

View File

@ -85,6 +85,7 @@ These are **not** in `.env`; they live in `data/family_settings.json` and are ed
**API:** `GET api/calendar_events.php?from=YYYY-MM-DD&to=YYYY-MM-DD` returns `{ success, events, rangeStart, rangeEnd, today }` for the signed-in profile (same session rules as other APIs). Omit `from`/`to` to use the default two-week window from **today** in the family timezone.
## Directory Structure
```
familyHub/
├── api/ # JSON POST endpoints (chores, groceries, meals, people, settings, expenses, calendar_events, …)
├── assets/ # Static assets
@ -130,3 +131,4 @@ familyHub/
├── index.php # Main entry point
├── AGENTS.md # Agent / contributor notes
└── export.php # `?type=` JSON export (same types as daily script)
```