RealDevSquad / RealDevSquad/website-backend
Delete Users data in staging DB once every 15 days or 7 days
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
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.
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