fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and overscroll-behavior: none so the custom touch handler owns swipes - Archive completed/partial OpenSpec specs to openspec/changes/archive/2026-06-14-completed-specs-archive/ - Regenerate project maps Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# archive/2026-05-19-api-documentation
|
||||
dir: archive/2026-05-19-api-documentation
|
||||
# 2026-05-19-api-documentation
|
||||
dir: 2026-05-19-api-documentation
|
||||
|
||||
index: archive/2026-05-19-api-documentation/.pi-map.index.md
|
||||
index: 2026-05-19-api-documentation/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive of planning documents for a FastAPI API documentation improvement initiative, now superseded/historical.
|
||||
Planning and design documents for improving API documentation in a FastAPI-based application.
|
||||
## files
|
||||
- design.md | Design document outlining API documentation structure, health endpoints, and OpenAPI enhancements for a FastAPI-based application | dep: FastAPI, Pydantic v2, psutil, SQLAlchemy, PostgreSQL, Docker
|
||||
- proposal.md | Proposes a comprehensive API documentation improvement plan for a FastAPI-based project | dep: FastAPI, OpenAPI/Swagger, ReDoc, Pydantic, apps/api/README.md, docs/architecture/decisions/
|
||||
- tasks.md | Project task tracking document for API documentation improvements across health endpoints, endpoint documentation, model documentation, README creation, architecture decisions, and quality gates
|
||||
## arch
|
||||
Documentation-driven planning with design-proposal-task hierarchy; covers OpenAPI schema enhancements, health endpoint standardization, and quality gating for developer experience.
|
||||
Documentation-driven development with structured markdown specifications covering OpenAPI enhancements, health endpoint standards, and phased task tracking for documentation quality gates.
|
||||
## tags
|
||||
documentation, api, fastapi, design, document, health, endpoints, openapi
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user