chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# 2025-05-17-user-profile
|
||||
dir: 2025-05-17-user-profile
|
||||
# openspec/changes/archive/2025-05-17-user-profile
|
||||
dir: openspec/changes/archive/2025-05-17-user-profile
|
||||
|
||||
index: 2025-05-17-user-profile/.pi-map.index.md
|
||||
index: openspec/changes/archive/2025-05-17-user-profile/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Design and planning package for an authenticated user profile management feature with read/update endpoints, frontend page, and avatar upload.
|
||||
Defines a complete user profile management feature specification including backend API, frontend UI, and avatar upload capabilities.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- README.md | Documents the implementation of an authenticated user profile read/update flow across API and frontend
|
||||
- design.md | Design document for implementing a user profile management feature with backend API endpoints and frontend page | dep: FastAPI, JWT authentication, cookie-based auth, static file serving, React/frontend framework
|
||||
- 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.
|
||||
- design.md | Design document specifying a user profile management feature with backend API endpoints and frontend page for viewing/updating profile data and uploading avatars. | dep: FastAPI, JWT authentication, User model, UploadFile, static file serving, frontend routing/form handling
|
||||
- proposal.md | This file is a technical proposal document outlining the implementation of user profile management functionality, including API endpoints, frontend page, and avatar upload capabilities.
|
||||
- tasks.md | A project task tracking file documenting the implementation status of a user profile feature across backend API, frontend UI, and verification steps.
|
||||
## arch
|
||||
Specification-driven development using OpenAPI schema definitions, with phased task tracking across backend API and frontend implementation, documented through proposal, design, and task artifacts.
|
||||
Specification-driven development using OpenSpec schema with structured design documents (design/proposal/tasks) separating concerns across backend API endpoints and frontend React page components.
|
||||
## tags
|
||||
api, user, profile, frontend, design, tasks, .openspec, implementation
|
||||
profile, user, api, frontend, implementation, design, proposal, .openspec
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
Reference in New Issue
Block a user