generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev to Main Sync #2283
Merged
Merged
Dev to Main Sync #2283
+1,366
−139
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… id in update data step.
* feat: orphaned tasks API changes. * feat: Added tests for orphaned tasks. * chore: Returned without a block for usersnaptop empty and added spacing to make it more readable. * Refactor: Update fetchOrphanedTasks to use batch query for incomplete tasks - Replaced individual queries with `fetchIncompleteTasksByUserIds` to fetch tasks in batch for users not in the Discord server. - Improved performance by reducing the number of database queries. - Modified testcases based on the updates. * fix: Changed abandoned tasks to orphaned tasks. * Fix: Changed the validation type of orphaned to boolean instead of string.
…2268) * feat: Departed users api changes. * feat: Added test cases for departed users api changes. * Refactor: Update fetchIncompleteTasksByUserIds to use batch queries and filter in-memory - Replaced Firestore query with batch query to fetch incomplete tasks for multiple users at once. - Filter tasks by user IDs and completed statuses in-memory for improved efficiency. - Updated return structure to return an array directly instead of an object with `docs` property. - Updated test cases related to the same.
Added function for unobfuscated profileDiffs, filtered id while updating profileDiffs
…2271) * Fix: change env variables from obj to string This resolves the error faced in staging for the discord command developed by me /grant-aws-access, we were facing this issue when running this in stgaging, this is becuase in the node-config the values were being set as obj with name field as the actual value * lint-fix * removing console log statement * removing the extra log * handling conflict case, where user with email already exists in AWS
* add unverified role to db and remove on /verify * destructured role and variable naming * fix: generic logs and removed unnecessary statement * refactor: improve error handling and logging in removeDiscordRoleFromUser function * refactor: simplify error message handling * batch db insertion * changed to typescript and modified unit tests
…pdate field name from 'assigneeId' to 'assignee' (#2279)
* chore: fix log type into lower case * chore: revert changes for make the logs working * chore: add logs migration route * chore: add migration model function * chore: add tests for migration api * chore: update route name * chore: update route name
* chore : fix logs meta field to use userId * chore: fix task log
Proof for #2226, #2269 and #2248
|
Proof for #2281staging-proof.mp4 |
Proof for #2257 store-delete-unverified-db-staging.mp4 |
* added new route to fetch user art * added new route under featureflag * added test cases for new route * wrote 2 new test cases and and one no content cond. * removing feature flag
Staging Evidence #2289 |
Added queries to search the logs
prakashchoudhary07
approved these changes
Dec 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Date: 04 Dec 2024
Developer Name: @VaibhavSingh8 @vikhyat187 @vinit717 @shobhan-sundar-goutam @vikasosmium
Issue Ticket Number
PR's to Sync
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1