RealDevSquad / RealDevSquad/website-backend

Remove status from user model

Open
#1,752 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

Issue Description

Remove status from user model as we have a separate collection for user status

Expected Behavior

[Describe what should happen when this issue is resolved.]

Current Behavior

[Explain what currently happens when this issue is encountered.]

Screenshots

[If applicable, add screenshots or images that help illustrate the issue. You can use the following Markdown syntax to embed images:]

Reproducibility
  • This issue is reproducible
  • This issue is not reproducible
Steps to Reproduce
  1. [Step 1]
  2. [Step 2]
Severity/Priority
  • Critical
  • High
  • Medium
  • Low
Additional Information

[Include any additional context, logs, or details that might be helpful in addressing the issue.]

Checklist
  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.

Thank you for contributing to our project! We appreciate your help in improving it.

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

Locate the user model and the separate collection used for user status, then search the backend for references to the User status field. Check the relevant existing tests, if present, and consider the work done when the model no longer defines status without breaking status-related behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
backend, database
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.