docs: update SPEC, BACKLOG, and README for v0.20–v0.23 changes
- SPEC.md: add Recipes + Recipe Ingredients tables, recipe_id FK on Meals, External Calendars table, calendar_ref_id FK on Calendar Events, Recipes module section, recipe integration in Meals module, external calendar name/color badge and location display in Calendar module - BACKLOG.md: add completed entries for ICS subscriptions, web/CLI installer, bootstrap setup endpoint, Recipes module, external calendar names/colors, event location, and Tasks/Dashboard improvements - README.md: add Recipes to module list and Highlights section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<img src="docs/logo.svg" alt="Oikos" width="120" />
|
||||
<h1>Oikos</h1>
|
||||
<p><strong>Self-hosted family planner for small households</strong></p>
|
||||
<p>Tasks · Shopping Lists · Meal Planning · Calendar Sync · Budget · Notes · Contacts</p>
|
||||
<p>Tasks · Shopping Lists · Meal Planning · Recipes · Calendar Sync · Budget · Notes · Contacts</p>
|
||||
|
||||
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="MIT License"></a>
|
||||
<a href="https://github.com/ulsklyc/oikos/releases"><img src="https://img.shields.io/github/v/release/ulsklyc/oikos?style=flat-square&color=007AFF&label=release" alt="Latest Release"></a>
|
||||
@@ -49,6 +49,8 @@
|
||||
|
||||
**Meal Planning:** Weekly drag-and-drop planner with ingredient lists and shopping export
|
||||
|
||||
**Recipes:** Create, edit, duplicate, and delete reusable recipes with notes, a recipe link, and per-ingredient categories. Pre-fill meal slots from a recipe and scale ingredient quantities; save any meal as a recipe with one click.
|
||||
|
||||
**Calendar Sync:** Two-way sync with Google Calendar (OAuth) and Apple iCloud (CalDAV); subscribe to any public ICS/webcal URL with per-subscription color, private/shared visibility, and automatic sync
|
||||
|
||||
**Budget Tracking:** Income and expenses, recurring entries, configurable currency (15 currencies), monthly trends, CSV export
|
||||
|
||||
Reference in New Issue
Block a user