Skip to content

IG-leads-tasks - Editable Profile Page for Projects, Experience, and Bio #2433

@Sree077

Description

@Sree077

Description:
Enhance the user profile system by extending the user schema to include new fields and implementing CRUD operations.

Schema Updates:

  • bio: string
  • projects[]: array of project objects
  • experience[]: array of experience entries

API Endpoints:

Method Route Description
GET /api/v1/dashboard/profile/user-profile/ Fetch full profile
PATCH /api/v1/dashboard/profile/user-profile/ Update fields

Sample Project Object:

{
  "title": "μLearn Tracker",
  "link": "https://github.com/user/repo",
  "description": "Track tasks",
  "tags": ["React", "Firebase"]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions