Skip to content

Upload User Profile Picture #49

@grantfox-oss

Description

@grantfox-oss

Description:
Allow users to upload a profile picture.

Tasks:

  • Install multer
  • Create POST /api/users/me/avatar
  • Accept only image/jpeg and image/png, max 2MB
  • Save file path to the user document (or upload to a cloud provider)
  • Return updated user object

Acceptance Criteria:
Users can upload a profile picture; invalid file types return 400.


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions