Docs: Update scope boundaries in constitution
Due to the introduction of image thumbnail generation in
cd89ba5dea, the scope boundaries in §10 of
the project constitution should be updated with a clarification.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
SYNC IMPACT REPORT
|
SYNC IMPACT REPORT
|
||||||
==================
|
==================
|
||||||
Version change: [TEMPLATE — no prior version] → 1.1.0
|
Version change: 1.1.0 → 1.1.1
|
||||||
Ratified: 2026-05-01 | Last amended: 2026-05-02
|
Ratified: 2026-05-01 | Last amended: 2026-05-03
|
||||||
|
|
||||||
Principles introduced (first population from docs/CONSTITUTION.md):
|
Principles introduced (first population from docs/CONSTITUTION.md):
|
||||||
- §2 Architecture Principles (6 sub-principles)
|
- §2 Architecture Principles (6 sub-principles)
|
||||||
@@ -199,16 +199,16 @@ NOT be marked complete while CI is failing.
|
|||||||
|
|
||||||
## 6. Tech Stack Constraints
|
## 6. Tech Stack Constraints
|
||||||
|
|
||||||
| Concern | Choice | Rationale |
|
| Concern | Choice | Rationale |
|
||||||
|---|---|---|
|
|------------------|-------------------------------------------|-------------------------------------------|
|
||||||
| API language | Python 3.12+ | Primary language, type hints required |
|
| API language | Python 3.12+ | Primary language, type hints required |
|
||||||
| API framework | FastAPI | Async, OpenAPI-native |
|
| API framework | FastAPI | Async, OpenAPI-native |
|
||||||
| ORM / query | SQLAlchemy 2.x (async) + asyncpg driver | Repository layer owns all queries |
|
| ORM / query | SQLAlchemy 2.x (async) + asyncpg driver | Repository layer owns all queries |
|
||||||
| DB migrations | Alembic | Schema changes tracked in version control |
|
| DB migrations | Alembic | Schema changes tracked in version control |
|
||||||
| Object storage | S3-compatible via `boto3` / `aiobotocore` | Swap MinIO ↔ S3 via env config |
|
| Object storage | S3-compatible via `boto3` / `aiobotocore` | Swap MinIO ↔ S3 via env config |
|
||||||
| UI framework | Angular (latest stable) | Job-relevant, learning goal |
|
| UI framework | Angular (latest stable) | Job-relevant, learning goal |
|
||||||
| UI language | TypeScript strict mode | No `any`, no implicit types |
|
| UI language | TypeScript strict mode | No `any`, no implicit types |
|
||||||
| Containerisation | Docker + Docker Compose | Local dev must start with one command |
|
| Containerisation | Docker + Docker Compose | Local dev must start with one command |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -241,7 +241,7 @@ revised:
|
|||||||
- Multi-user support
|
- Multi-user support
|
||||||
- Public sharing or embeds
|
- Public sharing or embeds
|
||||||
- Collections or albums beyond tag-based grouping
|
- Collections or albums beyond tag-based grouping
|
||||||
- Image editing or transformation
|
- Image editing or transformation beyond thumbnail generation
|
||||||
- OR/NOT tag logic
|
- OR/NOT tag logic
|
||||||
- Mobile-native app
|
- Mobile-native app
|
||||||
- Username/password auth (planned Phase 2)
|
- Username/password auth (planned Phase 2)
|
||||||
@@ -277,12 +277,13 @@ Phase 1 design is complete.
|
|||||||
|
|
||||||
## 10. Revision Log
|
## 10. Revision Log
|
||||||
|
|
||||||
| Version | Date | Change |
|
| Version | Date | Change |
|
||||||
|---|---|---|
|
|---------|------------|---------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| 1.0.0 | 2026-05-01 | Initial constitution |
|
| 1.0.0 | 2026-05-01 | Initial constitution |
|
||||||
| 1.1.0 | 2026-05-01 | asyncpg driver explicit; SHA-256 deduplication added to data model; deduplication removed from out-of-scope |
|
| 1.1.0 | 2026-05-01 | asyncpg driver explicit; SHA-256 deduplication added to data model; deduplication removed from out-of-scope |
|
||||||
| 1.1.0 | 2026-05-02 | Adopted into Spec Kit memory; fixed duplicate §4.3 → §4.4; strengthened "should" language to MUST/MUST NOT; added §9 Governance |
|
| 1.1.0 | 2026-05-02 | Adopted into Spec Kit memory; fixed duplicate §4.3 → §4.4; strengthened "should" language to MUST/MUST NOT; added §9 Governance |
|
||||||
|
| 1.1.1 | 2026-05-03 | Clarify that the only acceptable form of image transformation or editing is thumbnail generation |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Version**: 1.1.0 | **Ratified**: 2026-05-01 | **Last Amended**: 2026-05-02
|
**Version**: 1.1.1 | **Ratified**: 2026-05-01 | **Last Amended**: 2026-05-03
|
||||||
|
|||||||
Reference in New Issue
Block a user