RealDevSquad / RealDevSquad/website-backend
Enhance User Status Schema for Storing Previous Status History
@sahsisunny is already working on this.
Since Dec 25, 2023.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Issue Description
The current user status schema lacks the ability to store previous status history, specifically for Out of Office (OOO) changes. We need to enhance the schema to maintain a record of both past and future status changes.
Expected Behavior
The updated schema should include provisions for storing historical data of both past and future status changes, allowing us to maintain a comprehensive history of user status updates.
Current Behavior
The current schema only supports a single future status without preserving the history of past status changes.
Screenshots
N/A
Reproducibility
- This issue is reproducible
- This issue is not reproducible
Steps to Reproduce
N/A
Severity/Priority
- Critical
- High
- Medium
- Low
Additional Information
N/A
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
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.