RealDevSquad / RealDevSquad/website-backend
BUG: profile diff approval not reflecting changes
Open
@AnujChhikara is already working on this.
Since Mar 8, 2026.
bug
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Description
When a super user approves a profile diff, the changes are not reflected in the user's profile. For example, a profile diff was recently approved but the approved changes did not appear on the profile. The goal of this ticket is to fix the broken approval flow so that approved diffs correctly update the user profile.
Changes Requested
- Fix the approval flow so that when a profile diff is approved, the changes are applied to the user's profile.
- Verify the full flow: user submit → list diffs → approve → profile updated.
- Add or update tests to cover the approval flow.
- Fix any other related broken flows.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.