braydenidzenga / Dev-Dialogue

MIT License
3 stars 12 forks source link

User profile pictures #5

Closed braydenidzenga closed 1 day ago

braydenidzenga commented 2 days ago

Create a way for users to set a profile picture and have a default picture for users who hasn't set one yet.

Bamof25th commented 2 days ago

/assign

braydenidzenga commented 2 days ago

@Bamof25th would you be able to breakdown your approach to implementing this before I assign you the issue.

Bamof25th commented 2 days ago
  profilePicture: {
      type: String,
      default:
        "https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_1280.png",
    },
braydenidzenga commented 2 days ago

@Bamof25th

Sounds good to me. I will assign this issue to you, please try and get this done as soon as possible.

Bamof25th commented 2 days ago

ok

Bamof25th commented 1 day ago

Done check, please ✅

Add user profile picture functionality with default avatar for users without a custom picture currently :