RealDevSquad / RealDevSquad/website-backend

Return the list of users who do not have the same profile image in discord and in RDS Server

Open
#1,032 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
74
Forks
276
Avg merge
1d 26m
Merged PRs (30d)
14

Description

We need to write an API that will go through each user who has the property isInDiscord set to true and compare the profile image of their discord profile and the profile image being used in real dev squad, and if the images do not match, we need to return that user details.

steps to tackle this task

  • Understand how the discord information and RDS profile images are stored in the RDS cloud.
  • Write an async program that will compare the images
  • Write an API that will return the set of users whose profiles match

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are identified. Start by locating how users marked isInDiscord, Discord profile images, and RDS profile images are stored, then trace the existing API structure. Done should mean an API returns users whose images differ, but the final checklist says profiles match and needs clarification.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
api, backend, databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.