Skip to content

Commit 98c6178

Browse files
docs(adr): mark ADR 0006 Accepted (#460)
Merging #459 accepts the decision: the check-in (optionally drink-linked) is the primary My Festival entity. Flip status Proposed -> Accepted and drop the (Proposed) markers from both doc indexes. Relates to #315 Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0ad7cc9 commit 98c6178

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Key decisions with context, alternatives considered, and consequences.
3030
- **[0003](adr/0003-parallel-build-strategy.md)** - Parallel Build Strategy for Android Releases
3131
- **[0004](adr/0004-path-based-url-strategy.md)** - Path-Based URL Strategy for Deep Linking
3232
- **[0005](adr/0005-e2e-testing-strategy.md)** - E2E Testing Strategy (Playwright for URL smoke tests)
33-
- **[0006](adr/0006-check-in-as-primary-my-festival-entity.md)** - The Check-in as the Primary My Festival Entity (Proposed)
33+
- **[0006](adr/0006-check-in-as-primary-my-festival-entity.md)** - The Check-in as the Primary My Festival Entity
3434

3535
### 🔄 processes/ - Development & Operational Processes
3636

@@ -78,7 +78,7 @@ Bugs, features, and tasks are tracked in [GitHub Issues](https://github.com/rich
7878
- Shared UI components → [code/ui-components.md](code/ui-components.md)
7979

8080
**Understand a past decision:**
81-
- Why is a check-in (a drink or non-drink entry) the primary My Festival entity? → [ADR 0006](adr/0006-check-in-as-primary-my-festival-entity.md) (Proposed)
81+
- Why is a check-in (a drink or non-drink entry) the primary My Festival entity? → [ADR 0006](adr/0006-check-in-as-primary-my-festival-entity.md)
8282
- Why path-based URLs? → [ADR 0004](adr/0004-path-based-url-strategy.md)
8383
- Why Playwright for E2E? → [ADR 0005](adr/0005-e2e-testing-strategy.md)
8484
- Why cache pub/npm but not build artifacts? → [ADR 0001](adr/0001-github-actions-caching-strategy.md)

docs/adr/0006-check-in-as-primary-my-festival-entity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ADR 0006: The Check-in as the Primary My Festival Entity
22

3-
**Status**: Proposed
3+
**Status**: Accepted
44

55
**Date**: 2026-07-04
66

docs/adr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Each ADR follows this structure:
3232
| [0003](0003-parallel-build-strategy.md) | Parallel Build Strategy for Android Releases | Accepted | 2025-12-27 |
3333
| [0004](0004-path-based-url-strategy.md) | Path-Based URL Strategy for Deep Linking | Accepted | 2025-12-21 |
3434
| [0005](0005-e2e-testing-strategy.md) | E2E Testing Strategy (Playwright for URL Smoke Tests) | Accepted | 2025-12-21 |
35-
| [0006](0006-check-in-as-primary-my-festival-entity.md) | The Check-in as the Primary My Festival Entity | Proposed | 2026-07-04 |
35+
| [0006](0006-check-in-as-primary-my-festival-entity.md) | The Check-in as the Primary My Festival Entity | Accepted | 2026-07-04 |
3636

3737
## Creating a New ADR
3838

0 commit comments

Comments
 (0)