RealDevSquad / RealDevSquad/website-backend

Delete Users data in staging DB once every 15 days or 7 days

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

The current signup flow has unpredictable behavior, it has multiple flows, so users in staging should be removed regularly so that when users are testing something in staging, they should be able to test the signup flow

Expected Behavior

In staging, users should be testing the signup flow regularly

Current Behavior

Once users signup in staging, they are never removed

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

Start by locating the staging user persistence code and any existing scheduled-job or maintenance entry points. Confirm whether the retention interval should be 7 or 15 days, then verify that automated deletion is limited to staging and that the signup flow can be tested again afterward.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
backend, database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 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.