dev-launchers / dev-launchers-platform

Monorepo for all DevLaunchers internal products and libraries used by the official platform

Home Page:https://devlaunchers.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEV][User Profile][Edit Profile Modal][Photo Page][3] — [Function] Attach Photo

judeamos opened this issue · comments

As a dev launchers user
I want to update my profile picture
So that my picture is more professional.

When i click on "Choose Files" button,
A window modal will appear that allows me to choose the profile picture I want
to change to.

There will be a limitation on how big the file can be.

Figma Design:
edit_photo_upload_photo.png

What you need to do:

  1. Research what features are available in JS that allow users to open up the computer's file explorer to upload files. Manually through the button, and by drag and drop.
  2. Implement the manual feature first
  • If the drag and drop is too complicated, create another story for it
  1. Add implementation to limit how big the upload file can be