# IMPLEMENTED SYSTEM — V1

## Core

**One publishing engine, many issues.**

```text
ISSUE
├── shared chapters/pages
└── reader editions
    ├── personalized cover
    ├── personalized arrivals
    ├── personalized style copy
    └── personalized products
```

## Editorial unit

```text
STORY  (shared)
↓
SCENE  (shared)
↓
THE MOMENT  (shared situation)
↓
YOUR ARRIVAL  (personalized)
↓
THE STYLE  (personalized)
```

## Creation flow

```text
Create Issue
→ edit chapters/pages/theme
→ publish shared issue structure
→ assign reader
→ GEN MAGAZINE
→ review personalized slots
→ approve
→ publish reader edition
→ print preview
→ GEN PDF
```

## Memory flow

```text
Reader profile
+ previous Love / Not me / Too expensive / More like this
+ private stylist comments
+ new issue Moments
→ next issue generation context
```

## Safety against old issues breaking

- content is in DB, not templates
- page chooses a `layout_key`
- old layout files are not rewritten for new issues
- issue CSS is isolated by `theme_key`
- each page has `issue_id`
- each chapter has `issue_id`
- each reader edition has `issue_id`
- each personalized page links both reader edition and shared page

## Rendering

```text
same DB source
├─ web/digital
└─ fixed-page print
```

The two formats are not separate magazines.
