RealDevSquad / RealDevSquad/website-backend
Add Index for Extension Requests Collection in Staging
Open
@prakashchoudhary07 is already working on this.
Since Oct 14, 2023.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
The extensionRequests collection requires additional indexing to fetch the latest extension request based on taskId and timestamp. This link provided below adds the necessary composite index for the following fields:
taskId (Ascending)
timestamp (Descending)
name (Descending)
Link for creating the index :
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.