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,15 +1,15 @@
|
||||
# archive/2025-05-17-user-profile (index)
|
||||
dir: archive/2025-05-17-user-profile
|
||||
# 2025-05-17-user-profile (index)
|
||||
dir: 2025-05-17-user-profile
|
||||
|
||||
## role
|
||||
Archive of planning and design documents for an authenticated user profile management feature implementation.
|
||||
Design and planning package for an authenticated user profile management feature with read/update endpoints, frontend page, and avatar upload.
|
||||
## parent
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
## children
|
||||
- archive/2025-05-17-user-profile/specs
|
||||
index: archive/2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
map: archive/2025-05-17-user-profile/specs/.pi-map.md
|
||||
- 2025-05-17-user-profile/specs
|
||||
index: 2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
map: 2025-05-17-user-profile/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- README.md
|
||||
@@ -17,8 +17,8 @@ map: archive/.pi-map.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2025-05-17-user-profile/.pi-map.index.md
|
||||
map: archive/2025-05-17-user-profile/.pi-map.md
|
||||
index: 2025-05-17-user-profile/.pi-map.index.md
|
||||
map: 2025-05-17-user-profile/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# archive/2025-05-17-user-profile
|
||||
dir: archive/2025-05-17-user-profile
|
||||
# 2025-05-17-user-profile
|
||||
dir: 2025-05-17-user-profile
|
||||
|
||||
index: archive/2025-05-17-user-profile/.pi-map.index.md
|
||||
index: 2025-05-17-user-profile/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive of planning and design documents for an authenticated user profile management feature implementation.
|
||||
Design and planning package for an authenticated user profile management feature with read/update endpoints, frontend page, and avatar upload.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
|
||||
- README.md | Documents the implementation of an authenticated user profile read/update flow across API and frontend
|
||||
@@ -12,7 +12,7 @@ Archive of planning and design documents for an authenticated user profile manag
|
||||
- proposal.md | Proposes implementing authenticated user profile management with read/update endpoints, frontend page, and avatar upload functionality. | dep: apps/api/src/api/, apps/web/src/, auth-oauth, User model
|
||||
- tasks.md | Tracks implementation tasks for a user profile feature across backend API and frontend, with completion status and follow-up notes.
|
||||
## arch
|
||||
Specification-driven development using OpenAPI standards, with phased task tracking across backend API and frontend layers.
|
||||
Specification-driven development using OpenAPI schema definitions, with phased task tracking across backend API and frontend implementation, documented through proposal, design, and task artifacts.
|
||||
## tags
|
||||
api, user, profile, frontend, design, tasks, .openspec, implementation
|
||||
## symbols
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# archive/2025-05-17-user-profile/specs (index)
|
||||
dir: archive/2025-05-17-user-profile/specs
|
||||
# 2025-05-17-user-profile/specs (index)
|
||||
dir: 2025-05-17-user-profile/specs
|
||||
|
||||
## role
|
||||
Contains specification documents for the user profile feature that was archived on May 17, 2025.
|
||||
Contains specification documents defining requirements and behavior for the user profile feature.
|
||||
## parent
|
||||
index: archive/2025-05-17-user-profile/.pi-map.index.md
|
||||
map: archive/2025-05-17-user-profile/.pi-map.md
|
||||
index: 2025-05-17-user-profile/.pi-map.index.md
|
||||
map: 2025-05-17-user-profile/.pi-map.md
|
||||
## children
|
||||
- archive/2025-05-17-user-profile/specs/user-profile
|
||||
index: archive/2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
|
||||
map: archive/2025-05-17-user-profile/specs/user-profile/.pi-map.md
|
||||
- 2025-05-17-user-profile/specs/user-profile
|
||||
index: 2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
|
||||
map: 2025-05-17-user-profile/specs/user-profile/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: archive/2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
map: archive/2025-05-17-user-profile/specs/.pi-map.md
|
||||
index: 2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
map: 2025-05-17-user-profile/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# archive/2025-05-17-user-profile/specs
|
||||
dir: archive/2025-05-17-user-profile/specs
|
||||
# 2025-05-17-user-profile/specs
|
||||
dir: 2025-05-17-user-profile/specs
|
||||
|
||||
index: archive/2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
index: 2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains specification documents for the user profile feature that was archived on May 17, 2025.
|
||||
Contains specification documents defining requirements and behavior for the user profile feature.
|
||||
## files
|
||||
## arch
|
||||
N/A (no code files present; directory contains only archived specification documents)
|
||||
Documentation-driven specification pattern with date-based versioning for feature scoping.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2025-05-17-user-profile/specs/user-profile (index)
|
||||
dir: archive/2025-05-17-user-profile/specs/user-profile
|
||||
# 2025-05-17-user-profile/specs/user-profile (index)
|
||||
dir: 2025-05-17-user-profile/specs/user-profile
|
||||
|
||||
## role
|
||||
Defines functional specifications for user profile management capabilities including profile data operations and avatar handling
|
||||
Defines functional specifications for a user profile management system including profile retrieval, updates, and local avatar storage
|
||||
## parent
|
||||
index: archive/2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
map: archive/2025-05-17-user-profile/specs/.pi-map.md
|
||||
index: 2025-05-17-user-profile/specs/.pi-map.index.md
|
||||
map: 2025-05-17-user-profile/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
|
||||
map: archive/2025-05-17-user-profile/specs/user-profile/.pi-map.md
|
||||
index: 2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
|
||||
map: 2025-05-17-user-profile/specs/user-profile/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2025-05-17-user-profile/specs/user-profile
|
||||
dir: archive/2025-05-17-user-profile/specs/user-profile
|
||||
# 2025-05-17-user-profile/specs/user-profile
|
||||
dir: 2025-05-17-user-profile/specs/user-profile
|
||||
|
||||
index: archive/2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
|
||||
index: 2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines functional specifications for user profile management capabilities including profile data operations and avatar handling
|
||||
Defines functional specifications for a user profile management system including profile retrieval, updates, and local avatar storage
|
||||
## files
|
||||
- spec.md | Defines functional specifications for a user profile management system including profile retrieval, updates, and local avatar storage | dep: auth-oauth, User database model, pytest, mypy, ruff, npm/typecheck, npm/lint
|
||||
## arch
|
||||
Specification-driven design using markdown-based requirements documentation with modular feature decomposition (retrieval, updates, local storage)
|
||||
Specification-driven design with markdown-based requirements documentation
|
||||
## tags
|
||||
profile, npm, spec, defines, functional, specifications, user, management
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user