dev-launchers / dev-launchers-platform

Monorepo for all DevLaunchers internal products and libraries used by the official platform
https://devlaunchers.org
GNU General Public License v3.0
42 stars 30 forks source link

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

Open judeamos opened 7 months ago

judeamos commented 7 months ago

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
judeamos commented 7 months ago

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
  3. Add implementation to limit how big the upload file can be